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