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

pub enum NRCS {
    UK,
    French,
    FrenchCanadian,
    Norwegian,
    Finnish,
    German,
    Italian,
    Swiss,
    Swedish,
    Spanish,
    Portuguese,
    Greek,
    Hebrew,
    Turkish,
    SCS,
    Russian,
}

Variants

Trait Implementations

impl Eq for NRCS
[src]

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

impl Clone for NRCS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NRCS
[src]

Formats the value using the given formatter.