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_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
Trait Implementations
impl Debug for termios
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for termios
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for termios
impl StructuralPartialEq for termios
Auto Trait Implementations
impl RefUnwindSafe for termios
impl UnwindSafe for termios
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T