Struct ktermios
struct ktermios { ... }
Fields
c_iflag: tcflag_tc_oflag: tcflag_tc_cflag: tcflag_tc_lflag: tcflag_tc_line: cc_tc_cc: [cc_t; 19]c_ispeed: speed_tc_ospeed: speed_t
Implementations
impl Clone for ktermios
fn clone(self: &Self) -> ktermios
impl Copy for ktermios
impl Debug for ktermios
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for ktermios
impl RefUnwindSafe for ktermios
impl Send for ktermios
impl Sync for ktermios
impl Unpin for ktermios
impl UnsafeUnpin for ktermios
impl UnwindSafe for ktermios
impl<T> Any for ktermios
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ktermios
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ktermios
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ktermios
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ktermios
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for ktermios
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 ktermios
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ktermios
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>