Enum control_code::C1::T [] [src]

pub enum T {
    PaddingCharacter,
    HighOctetPreset,
    BreakPermittedHere,
    NoBreakHere,
    Index,
    NextLine,
    StartSelectedArea,
    EndSelectedArea,
    HorizontalTabulationSet,
    HorizontalTabulationWithJustification,
    VerticalTabulationSet,
    PartialLineDown,
    PartialLineUp,
    ReverseIndex,
    SingleShiftTwo,
    SingleShiftThree,
    DeviceControl,
    PrivateUseOne,
    PrivateUseTwo,
    SetTransmitState,
    CancelCharacter,
    MessageWaiting,
    StartProtectedArea,
    EndProtectedArea,
    String,
    SingleGraphicCharacter,
    SingleCharacter,
    ControlSequence(T),
    OperatingSystemCommand,
    PrivacyMessage,
    ApplicationProgramCommand,
    End,
}

Variants

Trait Implementations

impl Eq for C1
[src]

impl PartialEq for C1
[src]

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

This method tests for !=.

impl Clone for C1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for C1
[src]

Formats the value using the given formatter.

impl Format for C1
[src]