pub enum T {
Show 32 variants
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§
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
Trait Implementations§
impl Copy for C0
impl Eq for C0
impl StructuralPartialEq for C0
Auto Trait Implementations§
impl Freeze for C0
impl RefUnwindSafe for C0
impl Send for C0
impl Sync for C0
impl Unpin for C0
impl UnwindSafe for C0
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more