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