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