struct stage_info_t {
index: usize,
pause_func: Option<fn(&hb_ot_shape_plan_t, &hb_font_t<'_>, &mut hb_buffer_t) -> bool>,
}
Fields§
§index: usize
§pause_func: Option<fn(&hb_ot_shape_plan_t, &hb_font_t<'_>, &mut hb_buffer_t) -> bool>
Trait Implementations§
Source§impl Clone for stage_info_t
impl Clone for stage_info_t
Source§fn clone(&self) -> stage_info_t
fn clone(&self) -> stage_info_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for stage_info_t
Auto Trait Implementations§
impl Freeze for stage_info_t
impl RefUnwindSafe for stage_info_t
impl Send for stage_info_t
impl Sync for stage_info_t
impl Unpin for stage_info_t
impl UnwindSafe for stage_info_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