pub struct F64LE(/* private fields */);Expand description
Bytes for a f64, aligned to 1, little-endian.
Implementations§
Trait Implementations§
Source§impl Ord for F64LE
impl Ord for F64LE
Source§impl PartialOrd for F64LE
impl PartialOrd for F64LE
impl Copy for F64LE
impl Eq for F64LE
impl StructuralPartialEq for F64LE
Auto Trait Implementations§
impl Freeze for F64LE
impl RefUnwindSafe for F64LE
impl Send for F64LE
impl Sync for F64LE
impl Unpin for F64LE
impl UnwindSafe for F64LE
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