pub struct FontLibrary { /* private fields */ }Implementations§
Source§impl FontLibrary
impl FontLibrary
Trait Implementations§
Source§impl Clone for FontLibrary
impl Clone for FontLibrary
Source§fn clone(&self) -> FontLibrary
fn clone(&self) -> FontLibrary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FontLibrary
impl Default for FontLibrary
Source§fn default() -> FontLibrary
fn default() -> FontLibrary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FontLibrary
impl RefUnwindSafe for FontLibrary
impl Send 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