Enum cea608_types::tables::Control
source · pub enum Control {
Show 102 variants
MidRow(MidRow),
RegisteredTrademarkSign,
DegreeSign,
Fraction12,
InvertedQuestionMark,
TradeMarkSign,
CentSign,
PoundSign,
MusicalNote,
LatinLowerAWithGrave,
TransparentSpace,
LatinLowerEWithGrave,
LatinLowerAWithCircumflex,
LatinLowerEWithCircumflex,
LatinLowerIWithCircumflex,
LatinLowerOWithCircumflex,
LatinLowerUWithCircumflex,
LatinCapitalAWithAcute,
LatinCapitalEWithAcute,
LatinCapitalOWithAcute,
LatinCapitalUWithAcute,
LatinCapitalUWithDiaeseresis,
LatinLowerUWithDiaeseresis,
OpeningSingleQuote,
InvertedExclamationMark,
Asterisk,
SingleOpenQuote,
EmDash,
CopyrightSign,
ServiceMarkSign,
RoundBullet,
DoubleOpenQuote,
DoubleCloseQuote,
LatinCapitalAWithGrave,
LatinCapitalAWithCircumflex,
LatinCapitalCWithCedilla,
LatinCapitalEWithGrave,
LatinCapitalEWithCircumflex,
LatinCapitalEWithDiaeresis,
LatinLowerEWithDiaeresis,
LatinCapitalIWithCircumflex,
LatinCapitalIWithDiaeresis,
LatinLowerIWithDiaeresis,
LatinCapitalOWithCircumflex,
LatinCapitalUWithGrave,
LatinLowerUWithGrave,
LatinCapitalUWithCircumflex,
OpeningGuillemets,
ClosingGuillemets,
LatinCapitalAWithTilde,
LatinLowerAWithTilde,
LatinCapitalIWithAcute,
LatinCapitalIWithGrave,
LatinLowerIWithGrave,
LatinCapitalOWithGrave,
LatinLowerOWithGrave,
LatinCapitalOWithTilde,
LatinLowerOWithTilde,
OpeningBrace,
ClosingBrace,
ReverseSolidus,
Caret,
Underbar,
Pipe,
Tilde,
LatinCapitalAWithDiaeresis,
LatinLowerAWithDiaeresis,
LatinCapitalOWithDiaeresis,
LatinLowerOWithDiaeresis,
LatinLowerSharpS,
YenSign,
GeneralCurrencySign,
VerticalBar,
LatinCapitalAWithRingAbove,
LatinLowerAWithRingAbove,
LatinCapitalOWithStroke,
LatinLowerOWithStroke,
UpperLeftBorder,
UpperRightBorder,
LowerLeftBorder,
LowerRightBorder,
ResumeCaptionLoading,
Backspace,
AlarmOff,
AlarmOn,
DeleteToEndOfRow,
RollUp2,
RollUp3,
RollUp4,
FlashOn,
ResumeDirectionCaptioning,
TextRestart,
ResumeTextDisplay,
EraseDisplayedMemory,
CarriageReturn,
EraseNonDisplayedMemory,
EndOfCaption,
TabOffset1,
TabOffset2,
TabOffset3,
PreambleAddress(PreambleAddressCode),
Unknown([u8; 2]),
}Expand description
Enum representing control commands
Variants§
MidRow(MidRow)
RegisteredTrademarkSign
DegreeSign
Fraction12
InvertedQuestionMark
TradeMarkSign
CentSign
PoundSign
MusicalNote
LatinLowerAWithGrave
TransparentSpace
LatinLowerEWithGrave
LatinLowerAWithCircumflex
LatinLowerEWithCircumflex
LatinLowerIWithCircumflex
LatinLowerOWithCircumflex
LatinLowerUWithCircumflex
LatinCapitalAWithAcute
LatinCapitalEWithAcute
LatinCapitalOWithAcute
LatinCapitalUWithAcute
LatinCapitalUWithDiaeseresis
LatinLowerUWithDiaeseresis
OpeningSingleQuote
InvertedExclamationMark
Asterisk
SingleOpenQuote
EmDash
CopyrightSign
ServiceMarkSign
RoundBullet
DoubleOpenQuote
DoubleCloseQuote
LatinCapitalAWithGrave
LatinCapitalAWithCircumflex
LatinCapitalCWithCedilla
LatinCapitalEWithGrave
LatinCapitalEWithCircumflex
LatinCapitalEWithDiaeresis
LatinLowerEWithDiaeresis
LatinCapitalIWithCircumflex
LatinCapitalIWithDiaeresis
LatinLowerIWithDiaeresis
LatinCapitalOWithCircumflex
LatinCapitalUWithGrave
LatinLowerUWithGrave
LatinCapitalUWithCircumflex
OpeningGuillemets
ClosingGuillemets
LatinCapitalAWithTilde
LatinLowerAWithTilde
LatinCapitalIWithAcute
LatinCapitalIWithGrave
LatinLowerIWithGrave
LatinCapitalOWithGrave
LatinLowerOWithGrave
LatinCapitalOWithTilde
LatinLowerOWithTilde
OpeningBrace
ClosingBrace
ReverseSolidus
Caret
Underbar
Pipe
Tilde
LatinCapitalAWithDiaeresis
LatinLowerAWithDiaeresis
LatinCapitalOWithDiaeresis
LatinLowerOWithDiaeresis
LatinLowerSharpS
YenSign
GeneralCurrencySign
VerticalBar
LatinCapitalAWithRingAbove
LatinLowerAWithRingAbove
LatinCapitalOWithStroke
LatinLowerOWithStroke
UpperLeftBorder
UpperRightBorder
LowerLeftBorder
LowerRightBorder
ResumeCaptionLoading
Backspace
AlarmOff
AlarmOn
DeleteToEndOfRow
RollUp2
RollUp3
RollUp4
FlashOn
ResumeDirectionCaptioning
TextRestart
ResumeTextDisplay
EraseDisplayedMemory
CarriageReturn
EraseNonDisplayedMemory
EndOfCaption
TabOffset1
TabOffset2
TabOffset3
PreambleAddress(PreambleAddressCode)
Unknown([u8; 2])
Implementations§
Trait Implementations§
source§impl Ord for Control
impl Ord for Control
source§impl PartialEq for Control
impl PartialEq for Control
source§impl PartialOrd for Control
impl PartialOrd for Control
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Control
impl Eq for Control
impl StructuralPartialEq for Control
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnwindSafe for Control
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