Enum control_code::DEC::T
[−]
[src]
pub enum T<'a> {
AlignmentTest,
SaveCursor,
RestoreCursor,
ApplicationKeypad(bool),
BackIndex,
ForwardIndex,
SaveCursorPosition,
RestoreCursorPosition,
SelectCharset(u8, Charset),
Set(Vec<Mode>),
Reset(Vec<Mode>),
DeleteColumn(u32),
InsertColumn(u32),
Double(Half),
DoubleWidth,
SingleWidth,
CursorStyle(u8),
SoftReset,
ResetInitial,
SevenBits,
EightBits,
DefineFunctionKey(u8, &'a str),
ScrollRegion {
top: u32,
bottom: Option<u32>,
},
}Variants
AlignmentTestSaveCursorRestoreCursorApplicationKeypad(bool)BackIndexForwardIndexSaveCursorPositionRestoreCursorPositionSelectCharset(u8, Charset)Set(Vec<Mode>)Reset(Vec<Mode>)DeleteColumn(u32)InsertColumn(u32)Double(Half)DoubleWidthSingleWidthCursorStyle(u8)SoftResetResetInitialSevenBitsEightBitsDefineFunctionKey(u8, &'a str)ScrollRegionFields
top: u32 | |
bottom: Option<u32> |
Trait Implementations
impl<'a> Eq for DEC<'a>[src]
impl<'a> PartialEq for DEC<'a>[src]
fn eq(&self, __arg_0: &DEC<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DEC<'a>) -> bool
This method tests for !=.
impl<'a> Clone for DEC<'a>[src]
fn clone(&self) -> DEC<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more