Enum control_code::C1::T  
                   
                       [−]
                   
               [src]
pub enum T<'a> {
    PaddingCharacter,
    HighOctetPreset,
    BreakPermittedHere,
    NoBreakHere,
    Index,
    NextLine,
    StartSelectedArea,
    EndSelectedArea,
    HorizontalTabulationSet,
    HorizontalTabulationWithJustification,
    VerticalTabulationSet,
    PartialLineDown,
    PartialLineUp,
    ReverseIndex,
    SingleShiftTwo,
    SingleShiftThree,
    DeviceControlString(&'a str),
    PrivateUseOne,
    PrivateUseTwo,
    SetTransmitState,
    CancelCharacter,
    MessageWaiting,
    StartProtectedArea,
    EndProtectedArea,
    String(&'a str),
    SingleGraphicCharacter,
    SingleCharacter(&'a str),
    ControlSequence(T),
    OperatingSystemCommand(&'a str),
    PrivacyMessage(&'a str),
    ApplicationProgramCommand(&'a str),
}Variants
PaddingCharacterHighOctetPresetBreakPermittedHereNoBreakHereIndexNextLineStartSelectedAreaEndSelectedAreaHorizontalTabulationSetHorizontalTabulationWithJustificationVerticalTabulationSetPartialLineDownPartialLineUpReverseIndexSingleShiftTwoSingleShiftThreeDeviceControlString(&'a str)PrivateUseOnePrivateUseTwoSetTransmitStateCancelCharacterMessageWaitingStartProtectedAreaEndProtectedAreaString(&'a str)SingleGraphicCharacterSingleCharacter(&'a str)ControlSequence(T)OperatingSystemCommand(&'a str)PrivacyMessage(&'a str)ApplicationProgramCommand(&'a str)Trait Implementations
impl<'a> Eq for C1<'a>[src]
impl<'a> PartialEq for C1<'a>[src]
fn eq(&self, __arg_0: &C1<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &C1<'a>) -> bool
This method tests for !=.
impl<'a> Clone for C1<'a>[src]
fn clone(&self) -> C1<'a>
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