pub struct Mark {
pub list: Vec<()>,
}
Expand description
Contents of a user’s \mark
text.
TODO: At time of writing I don’t know what to do with this node. In Knuth’s TeX it references a token list, but I don’t want Boxworks to depend on Texlang. So for the moment just leaving a dummy list.
Described in TeX.2021.141.
Fields§
§list: Vec<()>
Trait Implementations§
source§impl From<Mark> for Horizontal
impl From<Mark> for Horizontal
impl Eq for Mark
impl StructuralPartialEq for Mark
Auto Trait Implementations§
impl Freeze for Mark
impl RefUnwindSafe for Mark
impl Send for Mark
impl Sync for Mark
impl Unpin for Mark
impl UnwindSafe for Mark
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