pub struct IsolatorAttr {
pub elem: ElemId,
pub props: IsolatorProps,
}Expand description
免震支承材の属性(要素 ID と特性の対)。
Fields§
§elem: ElemId§props: IsolatorPropsTrait Implementations§
Source§impl Clone for IsolatorAttr
impl Clone for IsolatorAttr
Source§fn clone(&self) -> IsolatorAttr
fn clone(&self) -> IsolatorAttr
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 IsolatorAttr
Source§impl Debug for IsolatorAttr
impl Debug for IsolatorAttr
Source§impl<'de> Deserialize<'de> for IsolatorAttr
impl<'de> Deserialize<'de> for IsolatorAttr
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 IsolatorAttr
impl PartialEq for IsolatorAttr
Source§fn eq(&self, other: &IsolatorAttr) -> bool
fn eq(&self, other: &IsolatorAttr) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IsolatorAttr
impl Serialize for IsolatorAttr
impl StructuralPartialEq for IsolatorAttr
Auto Trait Implementations§
impl Freeze for IsolatorAttr
impl RefUnwindSafe for IsolatorAttr
impl Send for IsolatorAttr
impl Sync for IsolatorAttr
impl Unpin for IsolatorAttr
impl UnsafeUnpin for IsolatorAttr
impl UnwindSafe for IsolatorAttr
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