pub struct LumpedVibrationCaseId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for LumpedVibrationCaseId
impl Clone for LumpedVibrationCaseId
Source§fn clone(&self) -> LumpedVibrationCaseId
fn clone(&self) -> LumpedVibrationCaseId
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 LumpedVibrationCaseId
Source§impl Debug for LumpedVibrationCaseId
impl Debug for LumpedVibrationCaseId
Source§impl<'de> Deserialize<'de> for LumpedVibrationCaseId
impl<'de> Deserialize<'de> for LumpedVibrationCaseId
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
impl Eq for LumpedVibrationCaseId
Source§impl Hash for LumpedVibrationCaseId
impl Hash for LumpedVibrationCaseId
Source§impl Ord for LumpedVibrationCaseId
impl Ord for LumpedVibrationCaseId
Source§fn cmp(&self, other: &LumpedVibrationCaseId) -> Ordering
fn cmp(&self, other: &LumpedVibrationCaseId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LumpedVibrationCaseId
impl PartialEq for LumpedVibrationCaseId
Source§fn eq(&self, other: &LumpedVibrationCaseId) -> bool
fn eq(&self, other: &LumpedVibrationCaseId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LumpedVibrationCaseId
impl PartialOrd for LumpedVibrationCaseId
Source§impl Serialize for LumpedVibrationCaseId
impl Serialize for LumpedVibrationCaseId
impl StructuralPartialEq for LumpedVibrationCaseId
Auto Trait Implementations§
impl Freeze for LumpedVibrationCaseId
impl RefUnwindSafe for LumpedVibrationCaseId
impl Send for LumpedVibrationCaseId
impl Sync for LumpedVibrationCaseId
impl Unpin for LumpedVibrationCaseId
impl UnsafeUnpin for LumpedVibrationCaseId
impl UnwindSafe for LumpedVibrationCaseId
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