Struct texlang_font::ScriptFontMarker
source · pub struct ScriptFontMarker;
Expand description
Registers marker for the \scriptfont
command.
Auto Trait Implementations§
impl Freeze for ScriptFontMarker
impl RefUnwindSafe for ScriptFontMarker
impl Send for ScriptFontMarker
impl Sync for ScriptFontMarker
impl Unpin for ScriptFontMarker
impl UnwindSafe for ScriptFontMarker
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