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