Enum control_code::C0::T [] [src]

pub enum T {
    Null,
    StartHeading,
    StartText,
    EndText,
    EndTransmission,
    Enquiry,
    Acknowledge,
    Bell,
    Backspace,
    HorizontalTabulation,
    LineFeed,
    VerticalTabulation,
    FormFeed,
    CarriageReturn,
    ShiftOut,
    ShiftIn,
    DataLinkEscape,
    DeviceControlOne,
    DeviceControlTwo,
    DeviceControlThree,
    DeviceControlFour,
    NegativeAcknowledge,
    SynchronousIdle,
    EndTransmissionBlock,
    Cancel,
    EndMedium,
    Substitute,
    Escape,
    FileSeparator,
    GroupSeparator,
    RecordSeparator,
    UnitSeparator,
}

Variants

Trait Implementations

impl Eq for C0
[src]

impl PartialEq for C0
[src]

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

This method tests for !=.

impl Copy for C0
[src]

impl Clone for C0
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for C0
[src]

Formats the value using the given formatter.

impl Format for C0
[src]