struct Driver4<'a> {
mark_set: bool,
mark: usize,
ankr_table: Option<Table<'a>>,
}
Fields§
§mark_set: bool
§mark: usize
§ankr_table: Option<Table<'a>>
Trait Implementations§
Source§impl StateTableDriver<Subtable4<'_>, EntryData> for Driver4<'_>
impl StateTableDriver<Subtable4<'_>, EntryData> for Driver4<'_>
fn transition( &mut self, aat: &Subtable4<'_>, entry: GenericStateEntry<EntryData>, _has_cross_stream: bool, _tuple_count: u32, _opt: &hb_ot_shape_plan_t, buffer: &mut hb_buffer_t, ) -> Option<()>
Auto Trait Implementations§
impl<'a> Freeze for Driver4<'a>
impl<'a> RefUnwindSafe for Driver4<'a>
impl<'a> Send for Driver4<'a>
impl<'a> Sync for Driver4<'a>
impl<'a> Unpin for Driver4<'a>
impl<'a> UnwindSafe for Driver4<'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