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 PartialOrd for Ext1
impl PartialOrd for Ext1
impl 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