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