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