pub struct Be32(/* private fields */);
Expand description
An unsigned integer type of with an explicit endianness.
See module level documentation for examples.
Implementations§
Trait Implementations§
Source§impl DataInit for Be32
impl DataInit for Be32
impl Copy for Be32
impl Eq for Be32
impl StructuralPartialEq for Be32
Auto Trait Implementations§
impl Freeze for Be32
impl RefUnwindSafe for Be32
impl Send for Be32
impl Sync for Be32
impl Unpin for Be32
impl UnwindSafe for Be32
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