pub struct PreScript {
pub subscript: MathZone,
pub superscript: MathZone,
pub base: MathZone,
}Expand description
Pre-script (subscript/superscript before base) (<m:sPre>).
Fields§
§subscript: MathZoneSubscript.
superscript: MathZoneSuperscript.
base: MathZoneBase expression.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreScript
impl RefUnwindSafe for PreScript
impl Send for PreScript
impl Sync for PreScript
impl Unpin for PreScript
impl UnsafeUnpin for PreScript
impl UnwindSafe for PreScript
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