struct DependentFontData<'a> {
skrifa: FontRef<'a>,
charmap: Charmap<'a>,
outline_glyphs: OutlineGlyphCollection<'a>,
metrics: Metrics,
glyph_metrics: GlyphMetrics<'a>,
hinting_instance: Option<HintingInstance>,
}Fields§
§skrifa: FontRef<'a>§charmap: Charmap<'a>§outline_glyphs: OutlineGlyphCollection<'a>§metrics: Metrics§glyph_metrics: GlyphMetrics<'a>§hinting_instance: Option<HintingInstance>Auto Trait Implementations§
impl<'a> Freeze for DependentFontData<'a>
impl<'a> RefUnwindSafe for DependentFontData<'a>
impl<'a> Send for DependentFontData<'a>
impl<'a> Sync for DependentFontData<'a>
impl<'a> Unpin for DependentFontData<'a>
impl<'a> UnwindSafe for DependentFontData<'a>
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