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