pub struct Le32(/* 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 Le32
impl DataInit for Le32
impl Copy for Le32
impl Eq for Le32
impl StructuralPartialEq for Le32
Auto Trait Implementations§
impl Freeze for Le32
impl RefUnwindSafe for Le32
impl Send for Le32
impl Sync for Le32
impl Unpin for Le32
impl UnwindSafe for Le32
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