Enum control_code::CSI::Qualification
[−]
[src]
pub enum Qualification { UnprotectedUnguarded, ProtectedGuarded, GraphicCharacterInput, NumericInput, AlphabeticInput, AlignLast, ZeroFill, FieldStart, ProtectedUnguarded, SpaceFill, AlignFirst, Reverse, }
Variants
UnprotectedUnguarded
ProtectedGuarded
GraphicCharacterInput
NumericInput
AlphabeticInput
AlignLast
ZeroFill
FieldStart
ProtectedUnguarded
SpaceFill
AlignFirst
Reverse
Methods
impl Qualification
[src]
Trait Implementations
impl Eq for Qualification
[src]
impl PartialEq for Qualification
[src]
fn eq(&self, __arg_0: &Qualification) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Copy for Qualification
[src]
impl Clone for Qualification
[src]
fn clone(&self) -> Qualification
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