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