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