pub struct DimensionalCharacteristicRepresentationId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DimensionalCharacteristicRepresentationId
impl Clone for DimensionalCharacteristicRepresentationId
Source§fn clone(&self) -> DimensionalCharacteristicRepresentationId
fn clone(&self) -> DimensionalCharacteristicRepresentationId
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 DimensionalCharacteristicRepresentationId
impl Eq for DimensionalCharacteristicRepresentationId
Source§impl PartialEq for DimensionalCharacteristicRepresentationId
impl PartialEq for DimensionalCharacteristicRepresentationId
Source§fn eq(&self, other: &DimensionalCharacteristicRepresentationId) -> bool
fn eq(&self, other: &DimensionalCharacteristicRepresentationId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DimensionalCharacteristicRepresentationId
Auto Trait Implementations§
impl Freeze for DimensionalCharacteristicRepresentationId
impl RefUnwindSafe for DimensionalCharacteristicRepresentationId
impl Send for DimensionalCharacteristicRepresentationId
impl Sync for DimensionalCharacteristicRepresentationId
impl Unpin for DimensionalCharacteristicRepresentationId
impl UnsafeUnpin for DimensionalCharacteristicRepresentationId
impl UnwindSafe for DimensionalCharacteristicRepresentationId
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