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