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