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
VDISCARDVEOFVEOLVEOL2VERASEVINTRVKILLVLNEXTVMINVQUITVREPRINTVSTARTVSTOPVSUSPVSWTCVTIMEVWERASETrait Implementations
impl Clone for SpecialCharacterIndices[src]
fn clone(&self) -> SpecialCharacterIndices
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for SpecialCharacterIndices[src]
impl Debug for SpecialCharacterIndices[src]
impl PartialEq for SpecialCharacterIndices[src]
fn eq(&self, __arg_0: &SpecialCharacterIndices) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.