#[repr(u8)]pub enum FunctionMode {
Rouleau = 67,
Procedure = 68,
Minuscule = 69,
}Expand description
Function mode for scrolling, error correcting, and lowercase
Variants§
Rouleau = 67
Mode Rouleau (screen scrolling)
Procedure = 68
PCE (Error Correcting Procedure)
Minuscule = 69
Minuscule (lowercase)
Trait Implementations§
Source§impl Clone for FunctionMode
impl Clone for FunctionMode
Source§fn clone(&self) -> FunctionMode
fn clone(&self) -> FunctionMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FunctionMode
impl Debug for FunctionMode
Source§impl From<FunctionMode> for u8
impl From<FunctionMode> for u8
Source§fn from(enum_value: FunctionMode) -> Self
fn from(enum_value: FunctionMode) -> Self
Converts to this type from the input type.
impl Copy for FunctionMode
Auto Trait Implementations§
impl Freeze for FunctionMode
impl RefUnwindSafe for FunctionMode
impl Send for FunctionMode
impl Sync for FunctionMode
impl Unpin for FunctionMode
impl UnwindSafe for FunctionMode
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