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