Enum control_code::DEC::charset::ISO   
                   
                       [−]
                   
               [src]
pub enum ISO {
    Latin1,
    Latin2,
    Greek,
    Hebrew,
    Latin5,
    Cyrillic,
}Variants
Latin1Latin2GreekHebrewLatin5CyrillicTrait Implementations
impl Eq for ISO[src]
impl PartialEq for ISO[src]
fn eq(&self, __arg_0: &ISO) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Copy for ISO[src]
impl Clone for ISO[src]
fn clone(&self) -> ISO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more