pub struct GlyphCaches {
outline_cache: OutlineCache,
hinting_cache: HintCache,
}Expand description
Caches used for glyph rendering.
Fields§
§outline_cache: OutlineCache§hinting_cache: HintCacheImplementations§
Trait Implementations§
Source§impl Debug for GlyphCaches
impl Debug for GlyphCaches
Source§impl Default for GlyphCaches
impl Default for GlyphCaches
Source§fn default() -> GlyphCaches
fn default() -> GlyphCaches
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GlyphCaches
impl RefUnwindSafe for GlyphCaches
impl Send for GlyphCaches
impl Sync for GlyphCaches
impl Unpin for GlyphCaches
impl UnwindSafe for GlyphCaches
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