pub struct DoublePrecision;Expand description
Marker type for the double-precision native ABI.
Trait Implementations§
Source§impl Clone for DoublePrecision
impl Clone for DoublePrecision
Source§fn clone(&self) -> DoublePrecision
fn clone(&self) -> DoublePrecision
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 DoublePrecision
Source§impl Debug for DoublePrecision
impl Debug for DoublePrecision
Source§impl Default for DoublePrecision
impl Default for DoublePrecision
Source§fn default() -> DoublePrecision
fn default() -> DoublePrecision
Returns the “default value” for a type. Read more
impl Eq for DoublePrecision
Source§impl Hash for DoublePrecision
impl Hash for DoublePrecision
Source§impl Ord for DoublePrecision
impl Ord for DoublePrecision
Source§fn cmp(&self, other: &DoublePrecision) -> Ordering
fn cmp(&self, other: &DoublePrecision) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DoublePrecision
impl PartialEq for DoublePrecision
Source§impl PartialOrd for DoublePrecision
impl PartialOrd for DoublePrecision
impl StructuralPartialEq for DoublePrecision
Auto Trait Implementations§
impl Freeze for DoublePrecision
impl RefUnwindSafe for DoublePrecision
impl Send for DoublePrecision
impl Sync for DoublePrecision
impl Unpin for DoublePrecision
impl UnsafeUnpin for DoublePrecision
impl UnwindSafe for DoublePrecision
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