pub struct ScopeAnnotator { /* private fields */ }Expand description
Scope-to-font annotator.
Maps token scopes to font families using the polyfont engine.
Implementations§
Auto Trait Implementations§
impl Freeze for ScopeAnnotator
impl RefUnwindSafe for ScopeAnnotator
impl Send for ScopeAnnotator
impl Sync for ScopeAnnotator
impl Unpin for ScopeAnnotator
impl UnsafeUnpin for ScopeAnnotator
impl UnwindSafe for ScopeAnnotator
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