pub struct DoublePrecisionSettings;Expand description
Precision settings optimized for precision.
Trait Implementations§
Source§impl Clone for DoublePrecisionSettings
impl Clone for DoublePrecisionSettings
Source§fn clone(&self) -> DoublePrecisionSettings
fn clone(&self) -> DoublePrecisionSettings
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 DoublePrecisionSettings
impl Debug for DoublePrecisionSettings
Source§impl Default for DoublePrecisionSettings
impl Default for DoublePrecisionSettings
Source§fn default() -> DoublePrecisionSettings
fn default() -> DoublePrecisionSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DoublePrecisionSettings
impl RefUnwindSafe for DoublePrecisionSettings
impl Send for DoublePrecisionSettings
impl Sync for DoublePrecisionSettings
impl Unpin for DoublePrecisionSettings
impl UnwindSafe for DoublePrecisionSettings
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