Struct linux_raw_sys::general::termios
source · #[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_t
§c_oflag: tcflag_t
§c_cflag: tcflag_t
§c_lflag: tcflag_t
§c_line: cc_t
§c_cc: [cc_t; 19]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for termios
impl Send for termios
impl Sync for termios
impl Unpin for termios
impl UnwindSafe for termios
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more