pub enum GlueKind {
Normal,
ConditionalMath,
Math,
AlignedLeader,
CenteredLeader,
ExpandedLeader,
}
Expand description
The kind of a glue node.
Described in TeX.2021.149.
Variants§
Trait Implementations§
impl Eq for GlueKind
impl StructuralPartialEq for GlueKind
Auto Trait Implementations§
impl Freeze for GlueKind
impl RefUnwindSafe for GlueKind
impl Send for GlueKind
impl Sync for GlueKind
impl Unpin for GlueKind
impl UnwindSafe for GlueKind
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