pub struct MathBox {
pub content: MathZone,
}Expand description
A box around content (<m:box>).
Fields§
§content: MathZoneBox content.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MathBox
impl RefUnwindSafe for MathBox
impl Send for MathBox
impl Sync for MathBox
impl Unpin for MathBox
impl UnsafeUnpin for MathBox
impl UnwindSafe for MathBox
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