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