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