pub enum MathClass {
Ord,
Op,
Bin,
Rel,
Open,
Close,
Punct,
Fence,
Inner,
}Expand description
The useful TeX math-atom class family.
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