pub struct SinglePrecision;Expand description
Marker type for the single-precision native ABI.
Trait Implementations§
Source§impl Clone for SinglePrecision
impl Clone for SinglePrecision
Source§fn clone(&self) -> SinglePrecision
fn clone(&self) -> SinglePrecision
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 SinglePrecision
Source§impl Debug for SinglePrecision
impl Debug for SinglePrecision
Source§impl Default for SinglePrecision
impl Default for SinglePrecision
Source§fn default() -> SinglePrecision
fn default() -> SinglePrecision
Returns the “default value” for a type. Read more
impl Eq for SinglePrecision
Source§impl Hash for SinglePrecision
impl Hash for SinglePrecision
Source§impl Ord for SinglePrecision
impl Ord for SinglePrecision
Source§fn cmp(&self, other: &SinglePrecision) -> Ordering
fn cmp(&self, other: &SinglePrecision) -> 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 SinglePrecision
impl PartialEq for SinglePrecision
Source§impl PartialOrd for SinglePrecision
impl PartialOrd for SinglePrecision
impl StructuralPartialEq for SinglePrecision
Auto Trait Implementations§
impl Freeze for SinglePrecision
impl RefUnwindSafe for SinglePrecision
impl Send for SinglePrecision
impl Sync for SinglePrecision
impl Unpin for SinglePrecision
impl UnsafeUnpin for SinglePrecision
impl UnwindSafe for SinglePrecision
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