#[repr(C)]pub struct termios2 {
pub c_iflag: u32,
pub c_oflag: u32,
pub c_cflag: u32,
pub c_lflag: u32,
pub c_line: u8,
pub c_cc: [u8; 19],
pub c_ispeed: u32,
pub c_ospeed: u32,
}
Fields§
§c_iflag: u32
§c_oflag: u32
§c_cflag: u32
§c_lflag: u32
§c_line: u8
§c_cc: [u8; 19]
§c_ispeed: u32
§c_ospeed: u32
Trait Implementations§
source§impl PartialEq<termios2> for termios2
impl PartialEq<termios2> for termios2
impl Copy for termios2
impl Eq for termios2
impl StructuralEq for termios2
impl StructuralPartialEq for termios2
Auto Trait Implementations§
impl RefUnwindSafe for termios2
impl Send for termios2
impl Sync for termios2
impl Unpin for termios2
impl UnwindSafe for termios2
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.