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