struct IndicShapePlan {
config: IndicConfig,
is_old_spec: bool,
rphf: IndicWouldSubstituteFeature,
pref: IndicWouldSubstituteFeature,
blwf: IndicWouldSubstituteFeature,
pstf: IndicWouldSubstituteFeature,
vatu: IndicWouldSubstituteFeature,
mask_array: [u32; 17],
}
Fields§
§config: IndicConfig
§is_old_spec: bool
§rphf: IndicWouldSubstituteFeature
§pref: IndicWouldSubstituteFeature
§blwf: IndicWouldSubstituteFeature
§pstf: IndicWouldSubstituteFeature
§vatu: IndicWouldSubstituteFeature
§mask_array: [u32; 17]
Implementations§
Source§impl IndicShapePlan
impl IndicShapePlan
fn new(plan: &hb_ot_shape_plan_t) -> Self
Auto Trait Implementations§
impl Freeze for IndicShapePlan
impl RefUnwindSafe for IndicShapePlan
impl Send for IndicShapePlan
impl Sync for IndicShapePlan
impl Unpin for IndicShapePlan
impl UnwindSafe for IndicShapePlan
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