Enum cea708_types::tables::Ext1
source · pub enum Ext1 {
Show 27 variants
TransparentSpace,
NonBreakingTransparentSpace,
HorizontalElipses,
LatinCapitalSWithCaron,
LatinCapitalLigatureOE,
FullBlock,
SingleOpenQuote,
SingleCloseQuote,
DoubleOpenQuote,
DoubleCloseQuote,
SolidDot,
TradeMarkSign,
LatinLowerSWithCaron,
LatinLowerLigatureOE,
LatinCapitalYWithDiaeresis,
Fraction18,
Fraction38,
Fraction58,
Fraction78,
VerticalBorder,
UpperRightBorder,
LowerLeftBorder,
HorizontalBorder,
LowerRightBorder,
UpperLeftBorder,
ClosedCaptionSign,
Unknown(Vec<u8>),
}Expand description
Enum representing characters or commands accessible through the Ext1 byte
Variants§
TransparentSpace
NonBreakingTransparentSpace
HorizontalElipses
LatinCapitalSWithCaron
LatinCapitalLigatureOE
FullBlock
SingleOpenQuote
SingleCloseQuote
DoubleOpenQuote
DoubleCloseQuote
SolidDot
TradeMarkSign
LatinLowerSWithCaron
LatinLowerLigatureOE
LatinCapitalYWithDiaeresis
Fraction18
Fraction38
Fraction58
Fraction78
VerticalBorder
UpperRightBorder
LowerLeftBorder
HorizontalBorder
LowerRightBorder
UpperLeftBorder
ClosedCaptionSign
Unknown(Vec<u8>)
Trait Implementations§
source§impl Ord for Ext1
impl Ord for Ext1
source§impl PartialEq for Ext1
impl PartialEq for Ext1
source§impl PartialOrd for Ext1
impl PartialOrd for Ext1
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 Eq for Ext1
impl StructuralPartialEq for Ext1
Auto Trait Implementations§
impl Freeze for Ext1
impl RefUnwindSafe for Ext1
impl Send for Ext1
impl Sync for Ext1
impl Unpin for Ext1
impl UnwindSafe for Ext1
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