pub struct Adjust {
pub list: Vec<Vertical>,
}
Expand description
Specifies material that will be moved out into the surrounding vertical list.
E.g., used to implement the TeX primitive \vadjust
.
Described in TeX.2021.142.
Fields§
§list: Vec<Vertical>
Trait Implementations§
source§impl From<Adjust> for Horizontal
impl From<Adjust> for Horizontal
impl Eq for Adjust
impl StructuralPartialEq for Adjust
Auto Trait Implementations§
impl Freeze for Adjust
impl !RefUnwindSafe for Adjust
impl !Send for Adjust
impl !Sync for Adjust
impl Unpin for Adjust
impl !UnwindSafe for Adjust
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