Struct termios

struct termios { ... }

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]

Implementations

impl Clone for termios

fn clone(self: &Self) -> termios

impl Copy for termios

impl Debug for termios

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for termios

impl RefUnwindSafe for termios

impl Send for termios

impl Sync for termios

impl Unpin for termios

impl UnsafeUnpin for termios

impl UnwindSafe for termios

impl<T> Any for termios

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for termios

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for termios

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for termios

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for termios

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for termios

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 termios

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for termios

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>