Struct termio

struct termio { ... }

Fields

c_iflag: c_ushort
c_oflag: c_ushort
c_cflag: c_ushort
c_lflag: c_ushort
c_line: c_uchar
c_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) -> T

Returns the argument unchanged.

impl<T, U> Into for termio

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses 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>