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
NullStartHeadingStartTextEndTextEndTransmissionEnquiryAcknowledgeBellBackspaceHorizontalTabulationLineFeedVerticalTabulationFormFeedCarriageReturnShiftOutShiftInDataLinkEscapeDeviceControlOneDeviceControlTwoDeviceControlThreeDeviceControlFourNegativeAcknowledgeSynchronousIdleEndTransmissionBlockCancelEndMediumSubstituteEscapeFileSeparatorGroupSeparatorRecordSeparatorUnitSeparatorTrait Implementations
impl Eq for C0[src]
impl PartialEq for C0[src]
fn eq(&self, __arg_0: &C0) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Copy for C0[src]
impl Clone for C0[src]
fn clone(&self) -> C0
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