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