struct Driver1 {
stack: [usize; 8],
depth: usize,
}
Fields§
§stack: [usize; 8]
§depth: usize
Trait Implementations§
Source§impl StateTableDriver<Subtable1<'_>, EntryData> for Driver1
impl StateTableDriver<Subtable1<'_>, EntryData> for Driver1
fn transition( &mut self, aat: &Subtable1<'_>, entry: GenericStateEntry<EntryData>, has_cross_stream: bool, tuple_count: u32, plan: &hb_ot_shape_plan_t, buffer: &mut hb_buffer_t, ) -> Option<()>
Auto Trait Implementations§
impl Freeze for Driver1
impl RefUnwindSafe for Driver1
impl Send for Driver1
impl Sync for Driver1
impl Unpin for Driver1
impl UnwindSafe for Driver1
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