pub enum LittleEndian {}Expand description
Little endian. The number 0xABCD is stored [0xCD, 0xAB]
Trait Implementations§
Source§impl Endianness for LittleEndian
impl Endianness for LittleEndian
Source§fn is_little_endian() -> bool
fn is_little_endian() -> bool
Converts a value between little-endian and the specified endianness
Auto Trait Implementations§
impl Freeze for LittleEndian
impl RefUnwindSafe for LittleEndian
impl Send for LittleEndian
impl Sync for LittleEndian
impl Unpin for LittleEndian
impl UnwindSafe for LittleEndian
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