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