Struct termio
struct termio { ... }
Fields
c_iflag: c_ushortc_oflag: c_ushortc_cflag: c_ushortc_lflag: c_ushortc_line: c_ucharc_cc: [c_uchar; 8]
Implementations
impl Clone for termio
fn clone(self: &Self) -> termio
impl Copy for termio
impl Debug for termio
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for termio
impl RefUnwindSafe for termio
impl Send for termio
impl Sync for termio
impl Unpin for termio
impl UnsafeUnpin for termio
impl UnwindSafe for termio
impl<T> Any for termio
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for termio
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for termio
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for termio
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for termio
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for termio
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for termio
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for termio
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>