pub struct FlatnessTolerance(pub Number);Tuple Fields§
§0: NumberTrait Implementations§
Source§impl Clone for FlatnessTolerance
impl Clone for FlatnessTolerance
Source§fn clone(&self) -> FlatnessTolerance
fn clone(&self) -> FlatnessTolerance
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlatnessTolerance
impl Debug for FlatnessTolerance
Source§impl<'a> From<FlatnessTolerance> for TypedInstruction<'a>
impl<'a> From<FlatnessTolerance> for TypedInstruction<'a>
Source§fn from(value: FlatnessTolerance) -> Self
fn from(value: FlatnessTolerance) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FlatnessTolerance
impl PartialEq for FlatnessTolerance
Source§impl<'a> TryFrom<TypedInstruction<'a>> for FlatnessTolerance
impl<'a> TryFrom<TypedInstruction<'a>> for FlatnessTolerance
impl StructuralPartialEq for FlatnessTolerance
Auto Trait Implementations§
impl Freeze for FlatnessTolerance
impl RefUnwindSafe for FlatnessTolerance
impl Send for FlatnessTolerance
impl Sync for FlatnessTolerance
impl Unpin for FlatnessTolerance
impl UnwindSafe for FlatnessTolerance
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