#[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§
§c_iflag: tcflag_t
§c_oflag: tcflag_t
§c_cflag: tcflag_t
§c_lflag: tcflag_t
§c_line: cc_t
§c_cc: [cc_t; 19]
§c_ispeed: speed_t
§c_ospeed: speed_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for termios2
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> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)