pub struct VarcGlyph<'a> {
table: &'a Varc<'a>,
data: FontData<'a>,
}
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
Fields§
§table: &'a Varc<'a>
§data: FontData<'a>
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