pub struct VarcComponent<'a> {
flags: VarcFlags,
gid: GlyphId,
condition_index: Option<u32>,
axis_indices_index: Option<u32>,
axis_values: Option<PackedDeltas<'a>>,
axis_values_var_index: Option<u32>,
transform_var_index: Option<u32>,
transform: DecomposedTransform,
}Fields§
§flags: VarcFlags§gid: GlyphId§condition_index: Option<u32>§axis_indices_index: Option<u32>§axis_values: Option<PackedDeltas<'a>>§axis_values_var_index: Option<u32>§transform_var_index: Option<u32>§transform: DecomposedTransformImplementations§
Source§impl<'a> VarcComponent<'a>
impl<'a> VarcComponent<'a>
Auto Trait Implementations§
impl<'a> Freeze for VarcComponent<'a>
impl<'a> RefUnwindSafe for VarcComponent<'a>
impl<'a> Send for VarcComponent<'a>
impl<'a> Sync for VarcComponent<'a>
impl<'a> Unpin for VarcComponent<'a>
impl<'a> UnwindSafe for VarcComponent<'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