pub struct GenericFontsHolder<Font> { /* private fields */ }Expand description
Default in-memory font holder used by most integrations.
Implementations§
Source§impl<Font> GenericFontsHolder<Font>
impl<Font> GenericFontsHolder<Font>
Trait Implementations§
Source§impl<Font> Default for GenericFontsHolder<Font>
impl<Font> Default for GenericFontsHolder<Font>
Source§impl<Font> FontsHolder<Font> for GenericFontsHolder<Font>
impl<Font> FontsHolder<Font> for GenericFontsHolder<Font>
Auto Trait Implementations§
impl<Font> Freeze for GenericFontsHolder<Font>
impl<Font> RefUnwindSafe for GenericFontsHolder<Font>where
Font: RefUnwindSafe,
impl<Font> Send for GenericFontsHolder<Font>where
Font: Send,
impl<Font> Sync for GenericFontsHolder<Font>where
Font: Sync,
impl<Font> Unpin for GenericFontsHolder<Font>where
Font: Unpin,
impl<Font> UnsafeUnpin for GenericFontsHolder<Font>
impl<Font> UnwindSafe for GenericFontsHolder<Font>where
Font: UnwindSafe,
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