Struct termios::ffi::Termios [] [src]

pub struct Termios {
    pub c_iflag: tcflag_t,
    pub c_oflag: tcflag_t,
    pub c_cflag: tcflag_t,
    pub c_lflag: tcflag_t,
    pub c_cc: [cc_t; 32],
    // some fields omitted
}

Fields

c_iflag: tcflag_t c_oflag: tcflag_t c_cflag: tcflag_t c_lflag: tcflag_t c_cc: [cc_t; 32]

Trait Implementations

impl PartialEq for Termios
[src]

fn eq(&self, __arg_0: &Termios) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Termios) -> bool

This method tests for !=.

impl Eq for Termios
[src]

impl Clone for Termios
[src]

fn clone(&self) -> Termios

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

impl Copy for Termios
[src]

impl Debug for Termios
[src]

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

Formats the value using the given formatter.