Struct termios_sys::termios [] [src]

#[repr(C)]
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

Methods

impl termios
[src]

Trait Implementations

impl Clone for termios
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for termios
[src]

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

This method tests for !=.

impl Eq for termios
[src]