Struct libc_interface::termios2[][src]

#[repr(C)]
pub struct termios2 { 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; 19], pub c_ispeed: speed_t, pub c_ospeed: speed_t, }

Fields

Trait Implementations

impl Copy for termios2
[src]

impl Clone for termios2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for termios2
[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 termios2
[src]

Auto Trait Implementations

impl Send for termios2

impl Sync for termios2