Enum io_synesthesist::ffi::OutputModes [] [src]

#[repr(C)]
pub enum OutputModes { OPOST, OLCUC, ONLCR, OCRNL, ONOCR, ONLRET, OFILL, OFDEL, VT0, VT1, }

All the const * are default values of c_oflag.

Variants

Trait Implementations

impl Copy for OutputModes
[src]

impl Clone for OutputModes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more