Struct linux_raw_sys::v5_4::general::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; 19], }
Fields
c_iflag: tcflag_tc_oflag: tcflag_tc_cflag: tcflag_tc_lflag: tcflag_tc_line: cc_tc_cc: [cc_t; 19]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for termiosimpl UnwindSafe for termiosBlanket Implementations
Mutably borrows from an owned value. Read more