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