Enum nix::sys::termios::SpecialCharacterIndices [] [src]

#[repr(usize)]
pub enum SpecialCharacterIndices { VDISCARD, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL, VLNEXT, VMIN, VQUIT, VREPRINT, VSTART, VSTOP, VSUSP, VSWTC, VTIME, VWERASE, }

Indices into the termios.c_cc array for special characters.

Variants

Trait Implementations

impl Clone for SpecialCharacterIndices
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SpecialCharacterIndices
[src]

impl Debug for SpecialCharacterIndices
[src]

Formats the value using the given formatter.

impl PartialEq for SpecialCharacterIndices
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SpecialCharacterIndices
[src]