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