pub enum MathClass {
Ord,
Op,
Bin,
Rel,
Open,
Close,
Punct,
Inner,
}Expand description
TeX math atom classes, determining inter-element spacing.
From TeXbook pp. 170-171. Also matches KaTeX’s DomEnum.
Variants§
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 UnsafeUnpin 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