pub struct MathText { /* private fields */ }
Expand description
The <mtext>
element is used to display text in a math formula.
Implementations§
Trait Implementations§
impl Eq for MathText
impl StructuralPartialEq for MathText
Auto Trait Implementations§
impl Freeze for MathText
impl RefUnwindSafe for MathText
impl Send for MathText
impl Sync for MathText
impl Unpin for MathText
impl UnwindSafe for MathText
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