Enum termios::control::CSIZE
[-] [+]
[src]
pub enum CSIZE {
CS5,
CS6,
CS7,
CS8,
}Character size
Variants
CS5 | 5 bits (pseudo) |
CS6 | 6 bits |
CS7 | 7 bits |
CS8 | 8 bits |
pub enum CSIZE {
CS5,
CS6,
CS7,
CS8,
}Character size
CS5 | 5 bits (pseudo) |
CS6 | 6 bits |
CS7 | 7 bits |
CS8 | 8 bits |
impl GetFrom<Termios> for CSIZEimpl Debug for CSIZEimpl Copy for CSIZEimpl Clone for CSIZEfn clone(&self) -> CSIZEfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).