Struct termios_sys::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_line: cc_t,
    pub c_cc: [cc_t; 32],
    pub c_ispeed: speed_t,
    pub c_ospeed: speed_t,
}

Fields

c_iflag: tcflag_t c_oflag: tcflag_t c_cflag: tcflag_t c_lflag: tcflag_t c_line: cc_t c_cc: [cc_t; 32] c_ispeed: speed_t c_ospeed: speed_t

Methods

impl termios
[src]

fn new() -> termios

Trait Implementations

impl Eq for termios
[src]

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 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