Struct libc::termios
#[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; 32],
pub c_ispeed: ::speed_t,
pub c_ospeed: ::speed_t,
}Fields
pub c_iflag: ::tcflag_tpub c_oflag: ::tcflag_tpub c_cflag: ::tcflag_tpub c_lflag: ::tcflag_tpub c_line: ::cc_tpub c_cc: [::cc_t; 32]pub c_ispeed: ::speed_tpub c_ospeed: ::speed_tTrait Implementations
impl Debug for termios
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for termios
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for termiosimpl StructuralPartialEq for termiosAuto Trait Implementations
impl RefUnwindSafe for termiosimpl UnwindSafe for termiosBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T