pub struct FontInfoLoaderImpl { /* private fields */ }
Expand description
Reads information from font files using the FreeType library.
This class is tested in ../tests/tests.rs
.
Implementations§
Trait Implementations§
Source§impl Debug for FontInfoLoaderImpl
impl Debug for FontInfoLoaderImpl
Source§impl FontInfoLoader for FontInfoLoaderImpl
impl FontInfoLoader for FontInfoLoaderImpl
Auto Trait Implementations§
impl Freeze for FontInfoLoaderImpl
impl RefUnwindSafe for FontInfoLoaderImpl
impl !Send for FontInfoLoaderImpl
impl !Sync for FontInfoLoaderImpl
impl Unpin for FontInfoLoaderImpl
impl UnwindSafe for FontInfoLoaderImpl
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