Enum control_code::DEC::charset::ISO [] [src]

pub enum ISO {
    Latin1,
    Latin2,
    Greek,
    Hebrew,
    Latin5,
    Cyrillic,
}

Variants

Trait Implementations

impl Eq for ISO
[src]

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

impl Clone for ISO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ISO
[src]

Formats the value using the given formatter.