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