Enum CcrImode
#[repr(u8)]pub enum CcrImode {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
B0x4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
B0x0 = 0
no instruction
B0x1 = 1
instruction on a single line
B0x2 = 2
instruction on two lines
B0x3 = 3
instruction on four lines
B0x4 = 4
instruction on eight lines
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for CcrImode
impl Eq for CcrImode
§impl Ord for CcrImode
impl Ord for CcrImode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for CcrImode
impl PartialOrd for CcrImode
impl StructuralPartialEq for CcrImode
Auto Trait Implementations§
impl Freeze for CcrImode
impl RefUnwindSafe for CcrImode
impl Send for CcrImode
impl Sync for CcrImode
impl Unpin for CcrImode
impl UnsafeUnpin for CcrImode
impl UnwindSafe for CcrImode
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