pub struct SystemFontCache { /* private fields */ }Expand description
Maps PostScript font names to filesystem paths.
Implementations§
Auto Trait Implementations§
impl Freeze for SystemFontCache
impl RefUnwindSafe for SystemFontCache
impl Send for SystemFontCache
impl Sync for SystemFontCache
impl Unpin for SystemFontCache
impl UnsafeUnpin for SystemFontCache
impl UnwindSafe for SystemFontCache
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