pub struct ShapePlan { /* private fields */ }
Expand description
A reusable plan for shaping a text buffer.
Implementations§
Auto Trait Implementations§
impl Freeze for hb_ot_shape_plan_t
impl !RefUnwindSafe for hb_ot_shape_plan_t
impl Send for hb_ot_shape_plan_t
impl Sync for hb_ot_shape_plan_t
impl Unpin for hb_ot_shape_plan_t
impl !UnwindSafe for hb_ot_shape_plan_t
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