pub struct MathPhantom { /* private fields */ }
Expand description
The <mphantom>
element is rendered invisibly,
but dimensions such as height, width, and baseline position, are still kept.
Implementations§
Trait Implementations§
Source§impl Clone for MathPhantom
impl Clone for MathPhantom
Source§fn clone(&self) -> MathPhantom
fn clone(&self) -> MathPhantom
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MathPhantom
impl Debug for MathPhantom
Source§impl Display for MathPhantom
impl Display for MathPhantom
Source§impl From<MathPhantom> for MathML
impl From<MathPhantom> for MathML
Source§fn from(value: MathPhantom) -> Self
fn from(value: MathPhantom) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MathPhantom
impl PartialEq for MathPhantom
impl StructuralPartialEq for MathPhantom
Auto Trait Implementations§
impl Freeze for MathPhantom
impl RefUnwindSafe for MathPhantom
impl Send for MathPhantom
impl Sync for MathPhantom
impl Unpin for MathPhantom
impl UnwindSafe for MathPhantom
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