pub struct FontFile { /* private fields */ }Expand description
Represents a font file, either on-disk path or in-memory file contents.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontFile
impl RefUnwindSafe for FontFile
impl !Send for FontFile
impl !Sync for FontFile
impl Unpin for FontFile
impl UnwindSafe for FontFile
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