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

Trait Implementations

impl<'a> Eq for C1<'a>
[src]

impl<'a> PartialEq for C1<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Clone for C1<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for C1<'a>
[src]

Formats the value using the given formatter.

impl<'a> Format for C1<'a>
[src]