pub struct FontLibrary { /* private fields */ }
Implementations§
Source§impl FontLibrary
impl FontLibrary
pub fn new() -> FontResult<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontLibrary
impl RefUnwindSafe for FontLibrary
impl !Sync for FontLibrary
impl Unpin for FontLibrary
impl UnwindSafe for FontLibrary
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