pub struct LE {}
Expand description
Represents little endianness
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LE
impl RefUnwindSafe for LE
impl Send for LE
impl Sync for LE
impl Unpin for LE
impl UnwindSafe for LE
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