pub enum MathClass {
Show 15 variants
Normal,
Alphabetic,
Binary,
Closing,
Diacritic,
Fence,
GlyphPart,
Large,
Opening,
Punctuation,
Relation,
Space,
Unary,
Vary,
Special,
}
Expand description
Classification of a mathematical character.
Variants§
Normal
Alphabetic
Binary
Closing
Diacritic
Fence
GlyphPart
Large
Opening
Punctuation
Relation
Space
Unary
Vary
Special
Trait Implementations§
impl Copy for MathClass
impl Eq for MathClass
impl StructuralPartialEq for MathClass
Auto Trait Implementations§
impl Freeze for MathClass
impl RefUnwindSafe for MathClass
impl Send for MathClass
impl Sync for MathClass
impl Unpin for MathClass
impl UnwindSafe for MathClass
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