pub struct hb_ot_shape_planner_t<'a> {
    pub face: &'a hb_font_t<'a>,
    pub direction: Direction,
    pub script: Option<Script>,
    pub ot_map: hb_ot_map_builder_t<'a>,
    pub apply_morx: bool,
    pub script_zero_marks: bool,
    pub script_fallback_mark_positioning: bool,
    pub shaper: &'static hb_ot_shaper_t,
}Fields§
§face: &'a hb_font_t<'a>§direction: Direction§script: Option<Script>§ot_map: hb_ot_map_builder_t<'a>§apply_morx: bool§script_zero_marks: bool§script_fallback_mark_positioning: bool§shaper: &'static hb_ot_shaper_tImplementations§
Source§impl<'a> hb_ot_shape_planner_t<'a>
 
impl<'a> hb_ot_shape_planner_t<'a>
Auto Trait Implementations§
impl<'a> Freeze for hb_ot_shape_planner_t<'a>
impl<'a> RefUnwindSafe for hb_ot_shape_planner_t<'a>
impl<'a> Send for hb_ot_shape_planner_t<'a>
impl<'a> Sync for hb_ot_shape_planner_t<'a>
impl<'a> Unpin for hb_ot_shape_planner_t<'a>
impl<'a> UnwindSafe for hb_ot_shape_planner_t<'a>
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