Struct openssl_sys::termios
source · [−]pub struct termios {
pub c_iflag: u32,
pub c_oflag: u32,
pub c_cflag: u32,
pub c_lflag: u32,
pub c_line: u8,
pub c_cc: [u8; 32],
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; 32]
c_ispeed: u32
c_ospeed: u32
Trait Implementations
impl Copy for termios
impl Eq for termios
impl StructuralEq for termios
impl StructuralPartialEq for termios
Auto Trait Implementations
impl RefUnwindSafe for termios
impl Send for termios
impl Sync for termios
impl Unpin for termios
impl UnwindSafe for termios
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more