pub enum Vertical {
HList(HList),
VList(VList),
Rule(Rule),
Mark(Mark),
Insertion(Insertion),
Whatsit(Box<dyn Whatsit>),
Math(Math),
Glue(Glue),
Kern(Kern),
Penalty(Penalty),
}
Expand description
Element of a vertical list.
Variants§
HList(HList)
VList(VList)
Rule(Rule)
Mark(Mark)
Insertion(Insertion)
Whatsit(Box<dyn Whatsit>)
Math(Math)
Glue(Glue)
Kern(Kern)
Penalty(Penalty)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vertical
impl !RefUnwindSafe for Vertical
impl !Send for Vertical
impl !Sync for Vertical
impl Unpin for Vertical
impl !UnwindSafe for Vertical
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