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