[][src]Struct linux::kty::termio

#[repr(C)]
pub struct termio { pub c_iflag: c_ushort, pub c_oflag: c_ushort, pub c_cflag: c_ushort, pub c_lflag: c_ushort, pub c_line: c_uchar, pub c_cc: [c_uchar; 8], }

Fields

c_iflag: c_ushortc_oflag: c_ushortc_cflag: c_ushortc_lflag: c_ushortc_line: c_ucharc_cc: [c_uchar; 8]

Trait Implementations

impl Pod for termio[src]

impl Eq for termio[src]

impl PartialEq<termio> for termio[src]

impl Copy for termio[src]

impl Clone for termio[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for termio

impl Sync for termio

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]