Enum control_code::CSI::TabulationControl [] [src]

pub enum TabulationControl {
    Character,
    Line,
    ClearCharacter,
    ClearLine,
    ClearCharacters,
    ClearAllCharacters,
    ClearAllLines,
}

Variants

Methods

impl TabulationControl
[src]

Trait Implementations

impl Eq for TabulationControl
[src]

impl PartialEq for TabulationControl
[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 TabulationControl
[src]

impl Clone for TabulationControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TabulationControl
[src]

Formats the value using the given formatter.

impl Into<u32> for TabulationControl
[src]

Performs the conversion.