Enum termios::control::CSIZE [-] [+] [src]

pub enum CSIZE {
    CS5,
    CS6,
    CS7,
    CS8,
}

Character size

Variants

CS5

5 bits (pseudo)

CS6

6 bits

CS7

7 bits

CS8

8 bits

Trait Implementations

impl GetFrom<Termios> for CSIZE

fn get_from(termios: &Termios) -> CSIZE

Derived Implementations

impl Debug for CSIZE

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for CSIZE

impl Clone for CSIZE

fn clone(&self) -> CSIZE

fn clone_from(&mut self, source: &Self)