Struct libc::termios2
#[repr(C)]
pub struct termios2 {
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],
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; 19]pub c_ispeed: ::speed_tpub c_ospeed: ::speed_tTrait Implementations
impl Debug for termios2
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for termios2
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for termios2impl StructuralPartialEq for termios2Auto Trait Implementations
impl RefUnwindSafe for termios2impl UnwindSafe for termios2Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T