pub struct TypefaceFontProvider;
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 TypefaceFontProvider
impl RefUnwindSafe for TypefaceFontProvider
impl Send for TypefaceFontProvider
impl Sync for TypefaceFontProvider
impl Unpin for TypefaceFontProvider
impl UnwindSafe for TypefaceFontProvider
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