pub struct FloatPrecision { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Clone for FloatPrecision
impl Clone for FloatPrecision
Source§fn clone(&self) -> FloatPrecision
fn clone(&self) -> FloatPrecision
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 FloatPrecision
impl Debug for FloatPrecision
Source§impl From<FloatPrecision> for TransformSpec
impl From<FloatPrecision> for TransformSpec
Source§fn from(config: FloatPrecision) -> Self
fn from(config: FloatPrecision) -> Self
Converts to this type from the input type.
Source§impl Serialize for FloatPrecision
impl Serialize for FloatPrecision
Source§impl TransformConfig for FloatPrecision
impl TransformConfig for FloatPrecision
Auto Trait Implementations§
impl Freeze for FloatPrecision
impl RefUnwindSafe for FloatPrecision
impl Send for FloatPrecision
impl Sync for FloatPrecision
impl Unpin for FloatPrecision
impl UnsafeUnpin for FloatPrecision
impl UnwindSafe for FloatPrecision
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