pub struct FontMgr;
Implementations§
Trait Implementations§
Source§impl From<TypefaceFontProvider> for FontMgr
impl From<TypefaceFontProvider> for FontMgr
Source§fn from(_provider: TypefaceFontProvider) -> Self
fn from(_provider: TypefaceFontProvider) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FontMgr
impl RefUnwindSafe for FontMgr
impl Send for FontMgr
impl Sync for FontMgr
impl Unpin for FontMgr
impl UnwindSafe for FontMgr
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