#[repr(u8)]pub enum IMODE {
NoInstruction = 0,
SingleLine = 1,
TwoLines = 2,
FourLines = 3,
}
Expand description
Instruction mode
Value on reset: 0
Variants§
NoInstruction = 0
0: No instruction
SingleLine = 1
1: Instruction on a single line
TwoLines = 2
2: Instruction on two lines
FourLines = 3
3: Instruction on four lines
Trait Implementations§
impl Copy for IMODE
impl Eq for IMODE
impl IsEnum for IMODE
impl StructuralPartialEq for IMODE
Auto Trait Implementations§
impl Freeze for IMODE
impl RefUnwindSafe for IMODE
impl Send for IMODE
impl Sync for IMODE
impl Unpin for IMODE
impl UnwindSafe for IMODE
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