Struct read_fonts::tables::varc::VarcGlyph
source · pub struct VarcGlyph<'a> { /* private fields */ }
Expand description
A VARC glyph doesn’t have any root level attributes, it’s just a list of components
https://github.com/harfbuzz/boring-expansion-spec/blob/main/VARC.md#variable-composite-description
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for VarcGlyph<'a>
impl<'a> RefUnwindSafe for VarcGlyph<'a>
impl<'a> Send for VarcGlyph<'a>
impl<'a> Sync for VarcGlyph<'a>
impl<'a> Unpin for VarcGlyph<'a>
impl<'a> UnwindSafe for VarcGlyph<'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