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