Enum control_code::DEC::Charset [] [src]

pub enum Charset {
    UserPreferred,
    DEC(DEC),
    NRCS(NRCS),
    ISO(ISO),
}

Variants

Trait Implementations

impl Eq for Charset
[src]

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

impl Clone for Charset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Charset
[src]

Formats the value using the given formatter.

impl From<DEC> for Charset
[src]

Performs the conversion.

impl From<NRCS> for Charset
[src]

Performs the conversion.

impl From<ISO> for Charset
[src]

Performs the conversion.