Struct termios2

struct termios2 { ... }

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

Implementations

impl Clone for termios2

fn clone(self: &Self) -> termios2

impl Copy for termios2

impl Debug for termios2

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

impl Freeze for termios2

impl RefUnwindSafe for termios2

impl Send for termios2

impl Sync for termios2

impl Unpin for termios2

impl UnsafeUnpin for termios2

impl UnwindSafe for termios2

impl<T> Any for termios2

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for termios2

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

impl<T> BorrowMut for termios2

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

impl<T> CloneToUninit for termios2

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

impl<T> From for termios2

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for termios2

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 termios2

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

impl<T, U> TryInto for termios2

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