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