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