Enum control_code::CSI::Parallel [] [src]

pub enum Parallel {
    End,
    Start,
    StartSupplementary,
    StartPhoneticJapanese,
    StartPhoneticChinese,
    StopPhonetic,
}

Variants

Methods

impl Parallel
[src]

Trait Implementations

impl Eq for Parallel
[src]

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

impl Clone for Parallel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Parallel
[src]

Formats the value using the given formatter.

impl Into<u32> for Parallel
[src]

Performs the conversion.