pub enum AtomFamily {
Mord,
Mop,
Mbin,
Mrel,
Mopen,
Mclose,
Mpunct,
Minner,
}Expand description
The math atom class of a symbol, used for spacing decisions.
Variants§
Trait Implementations§
Source§impl Clone for AtomFamily
impl Clone for AtomFamily
Source§fn clone(&self) -> AtomFamily
fn clone(&self) -> AtomFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AtomFamily
Source§impl Debug for AtomFamily
impl Debug for AtomFamily
impl Eq for AtomFamily
Source§impl PartialEq for AtomFamily
impl PartialEq for AtomFamily
impl StructuralPartialEq for AtomFamily
Auto Trait Implementations§
impl Freeze for AtomFamily
impl RefUnwindSafe for AtomFamily
impl Send for AtomFamily
impl Sync for AtomFamily
impl Unpin for AtomFamily
impl UnsafeUnpin for AtomFamily
impl UnwindSafe for AtomFamily
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