pub enum HorzBox {
Pure(PureHorzBox),
}Expand description
horz_box: the wrapper stays even though Pure is its only variant so
far, keeping line-break input the shape lineBreak.ml expects.
Variants§
Pure(PureHorzBox)
Trait Implementations§
impl StructuralPartialEq for HorzBox
Auto Trait Implementations§
impl Freeze for HorzBox
impl RefUnwindSafe for HorzBox
impl Send for HorzBox
impl Sync for HorzBox
impl Unpin for HorzBox
impl UnsafeUnpin for HorzBox
impl UnwindSafe for HorzBox
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