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