pub struct Glue {
pub value: Glue,
pub kind: GlueKind,
}
Expand description
A piece of glue.
Described in TeX.2021.149.
Fields§
§value: Glue
§kind: GlueKind
Trait Implementations§
source§impl From<Glue> for Horizontal
impl From<Glue> for Horizontal
impl Eq for Glue
impl StructuralPartialEq for Glue
Auto Trait Implementations§
impl Freeze for Glue
impl RefUnwindSafe for Glue
impl Send for Glue
impl Sync for Glue
impl Unpin for Glue
impl UnwindSafe for Glue
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