Struct libc::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for termios2

impl Sync for termios2