Struct linux_raw_sys::v5_11::general::termio [−][src]
#[repr(C)]pub struct termio { pub c_iflag: c_ushort, pub c_oflag: c_ushort, pub c_cflag: c_ushort, pub c_lflag: c_ushort, pub c_line: c_uchar, pub c_cc: [c_uchar; 8], }
Fields
c_iflag: c_ushortc_oflag: c_ushortc_cflag: c_ushortc_lflag: c_ushortc_line: c_ucharc_cc: [c_uchar; 8]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for termioimpl UnwindSafe for termioBlanket Implementations
Mutably borrows from an owned value. Read more