pub struct DamperAttr {
pub elem: ElemId,
pub props: DamperProps,
}Expand description
制振ダンパーの属性(要素 ID と特性の対、Model::damper_attrs)。
Fields§
§elem: ElemId§props: DamperPropsTrait Implementations§
Source§impl Clone for DamperAttr
impl Clone for DamperAttr
Source§fn clone(&self) -> DamperAttr
fn clone(&self) -> DamperAttr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DamperAttr
Source§impl Debug for DamperAttr
impl Debug for DamperAttr
Source§impl<'de> Deserialize<'de> for DamperAttr
impl<'de> Deserialize<'de> for DamperAttr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DamperAttr
impl PartialEq for DamperAttr
Source§fn eq(&self, other: &DamperAttr) -> bool
fn eq(&self, other: &DamperAttr) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DamperAttr
impl Serialize for DamperAttr
impl StructuralPartialEq for DamperAttr
Auto Trait Implementations§
impl Freeze for DamperAttr
impl RefUnwindSafe for DamperAttr
impl Send for DamperAttr
impl Sync for DamperAttr
impl Unpin for DamperAttr
impl UnsafeUnpin for DamperAttr
impl UnwindSafe for DamperAttr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more