Enum nix::sys::termios::SpecialCharacterIndices [−][src]
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][+]
impl Copy for SpecialCharacterIndices
[src]
impl Debug for SpecialCharacterIndices
[src][+]
impl Eq for SpecialCharacterIndices
[src]
impl Hash for SpecialCharacterIndices
[src][+]
impl Ord for SpecialCharacterIndices
[src][+]
impl PartialEq<SpecialCharacterIndices> for SpecialCharacterIndices
[src][+]
impl PartialOrd<SpecialCharacterIndices> for SpecialCharacterIndices
[src][+]
impl StructuralEq for SpecialCharacterIndices
[src]
impl StructuralPartialEq for SpecialCharacterIndices
[src]
Auto Trait Implementations
impl RefUnwindSafe for SpecialCharacterIndices
impl Send for SpecialCharacterIndices
impl Sync for SpecialCharacterIndices
impl Unpin for SpecialCharacterIndices
impl UnwindSafe for SpecialCharacterIndices
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,