struct UniversalShapePlan {
rphf_mask: u32,
arabic_plan: Option<arabic_shape_plan_t>,
}
Fields§
§rphf_mask: u32
§arabic_plan: Option<arabic_shape_plan_t>
Implementations§
Source§impl UniversalShapePlan
impl UniversalShapePlan
fn new(plan: &hb_ot_shape_plan_t) -> UniversalShapePlan
Auto Trait Implementations§
impl Freeze for UniversalShapePlan
impl RefUnwindSafe for UniversalShapePlan
impl Send for UniversalShapePlan
impl Sync for UniversalShapePlan
impl Unpin for UniversalShapePlan
impl UnwindSafe for UniversalShapePlan
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