Enum SpecialCharacterIndices
enum SpecialCharacterIndices
Indices into the termios.c_cc array for special characters.
Variants
-
VDISCARD -
VEOF -
VEOL -
VEOL2 -
VERASE -
VINTR -
VKILL -
VLNEXT -
VMIN -
VQUIT -
VREPRINT -
VSTART -
VSTOP -
VSUSP -
VSWTC -
VTIME -
VWERASE
Implementations
impl Clone for SpecialCharacterIndices
fn clone(self: &Self) -> SpecialCharacterIndices
impl Copy for SpecialCharacterIndices
impl Debug for SpecialCharacterIndices
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for SpecialCharacterIndices
impl Freeze for SpecialCharacterIndices
impl Hash for SpecialCharacterIndices
fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)
impl Ord for SpecialCharacterIndices
fn cmp(self: &Self, other: &SpecialCharacterIndices) -> Ordering
impl PartialEq for SpecialCharacterIndices
fn eq(self: &Self, other: &SpecialCharacterIndices) -> bool
impl PartialOrd for SpecialCharacterIndices
fn partial_cmp(self: &Self, other: &SpecialCharacterIndices) -> Option<Ordering>
impl RefUnwindSafe for SpecialCharacterIndices
impl Send for SpecialCharacterIndices
impl StructuralPartialEq for SpecialCharacterIndices
impl Sync for SpecialCharacterIndices
impl Unpin for SpecialCharacterIndices
impl UnsafeUnpin for SpecialCharacterIndices
impl UnwindSafe for SpecialCharacterIndices
impl<T> Any for SpecialCharacterIndices
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for SpecialCharacterIndices
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for SpecialCharacterIndices
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for SpecialCharacterIndices
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for SpecialCharacterIndices
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for SpecialCharacterIndices
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for SpecialCharacterIndices
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for SpecialCharacterIndices
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for SpecialCharacterIndices
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>