pub struct TextAttrs { /* private fields */ }Expand description
Perl’s %attr for pmml_text_aux — the presentation attributes an
enclosing ltx:* element contributes to the m:mtext elements below it.
Perl threads an open hash (MathML.pm L1029, L1041-1045), but only these
five keys are ever written on this path, so they are named fields. The other
keys stylizeContent consults (role, class, cssstyle, href, title,
stretchy) are never set by this caller — they come off the node itself.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextAttrs
impl RefUnwindSafe for TextAttrs
impl Send for TextAttrs
impl Sync for TextAttrs
impl Unpin for TextAttrs
impl UnsafeUnpin for TextAttrs
impl UnwindSafe for TextAttrs
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