#[repr(u8)]pub enum Emode {
EMODE_0 = 0,
EMODE_1 = 1,
EMODE_2 = 2,
_RESERVED_3 = 3,
}Variants§
EMODE_0 = 0
Big endian mode
EMODE_1 = 1
Half word big endian mode
EMODE_2 = 2
Little endian mode
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Emode
impl Ord for Emode
Source§impl PartialOrd for Emode
impl PartialOrd for Emode
impl Copy for Emode
impl Eq for Emode
impl StructuralPartialEq for Emode
Auto Trait Implementations§
impl Freeze for Emode
impl RefUnwindSafe for Emode
impl Send for Emode
impl Sync for Emode
impl Unpin for Emode
impl UnwindSafe for Emode
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