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