struct KhmerShapePlan {
mask_array: [u32; 9],
}
Fields§
§mask_array: [u32; 9]
Implementations§
Source§impl KhmerShapePlan
impl KhmerShapePlan
fn new(plan: &hb_ot_shape_plan_t) -> Self
Auto Trait Implementations§
impl Freeze for KhmerShapePlan
impl RefUnwindSafe for KhmerShapePlan
impl Send for KhmerShapePlan
impl Sync for KhmerShapePlan
impl Unpin for KhmerShapePlan
impl UnwindSafe for KhmerShapePlan
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