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
VDISCARDVEOFVEOLVEOL2VERASEVINTRVKILLVLNEXTVMINVQUITVREPRINTVSTARTVSTOPVSUSPVSWTCVTIMEVWERASE
Trait Implementations
impl Clone for SpecialCharacterIndices[src]
impl Clone for SpecialCharacterIndicesfn clone(&self) -> SpecialCharacterIndices[src]
fn clone(&self) -> SpecialCharacterIndicesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SpecialCharacterIndices[src]
impl Copy for SpecialCharacterIndicesimpl Debug for SpecialCharacterIndices[src]
impl Debug for SpecialCharacterIndicesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SpecialCharacterIndices[src]
impl PartialEq for SpecialCharacterIndicesfn eq(&self, other: &SpecialCharacterIndices) -> bool[src]
fn eq(&self, other: &SpecialCharacterIndices) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for SpecialCharacterIndices[src]
impl Eq for SpecialCharacterIndicesAuto Trait Implementations
impl Send for SpecialCharacterIndices
impl Send for SpecialCharacterIndicesimpl Sync for SpecialCharacterIndices
impl Sync for SpecialCharacterIndices