Enum control_code::CSI::Tabulation [] [src]

pub enum Tabulation {
    Character,
    Line,
    Characters,
    AllCharacters,
    AllLines,
    All,
}

Variants

Methods

impl Tabulation
[src]

Trait Implementations

impl Eq for Tabulation
[src]

impl PartialEq for Tabulation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for Tabulation
[src]

impl Clone for Tabulation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tabulation
[src]

Formats the value using the given formatter.

impl Into<u32> for Tabulation
[src]

Performs the conversion.