pub enum Endidness {
Big,
Little,
}Expand description
The “endidness” (i.e. big endian or little endian) of binary data. Defaults to the native endidness.
Variants§
Implementations§
Trait Implementations§
impl Copy for Endidness
impl StructuralPartialEq for Endidness
Auto Trait Implementations§
impl Freeze for Endidness
impl RefUnwindSafe for Endidness
impl Send for Endidness
impl Sync for Endidness
impl Unpin for Endidness
impl UnwindSafe for Endidness
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