Enum control_code::CSI::Expansion [] [src]

pub enum Expansion {
    Normal,
    Expanded,
    Condensed,
}

Variants

Methods

impl Expansion
[src]

Trait Implementations

impl Eq for Expansion
[src]

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

impl Clone for Expansion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Expansion
[src]

Formats the value using the given formatter.

impl Into<u32> for Expansion
[src]

Performs the conversion.