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