struct VarcSharedContext<'a, 'b> {
font_coords: &'b [F2Dot14],
size: Size,
path_style: PathStyle,
coverage: &'b CoverageTable<'a>,
var_store: Option<&'b MultiItemVariationStore<'a>>,
store_regions: Option<(&'b MultiItemVariationStore<'a>, &'b SparseVariationRegionList<'a>)>,
}Fields§
§font_coords: &'b [F2Dot14]§size: Size§path_style: PathStyle§coverage: &'b CoverageTable<'a>§var_store: Option<&'b MultiItemVariationStore<'a>>§store_regions: Option<(&'b MultiItemVariationStore<'a>, &'b SparseVariationRegionList<'a>)>Auto Trait Implementations§
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