struct Driver4<'a> {
mark_set: bool,
mark: usize,
ankr_table: Option<Ankr<'a>>,
}Fields§
§mark_set: bool§mark: usize§ankr_table: Option<Ankr<'a>>Trait Implementations§
Source§impl StateTableDriver<Subtable4<'_>, BigEndian<u16>> for Driver4<'_>
impl StateTableDriver<Subtable4<'_>, BigEndian<u16>> for Driver4<'_>
fn transition( &mut self, aat: &Subtable4<'_>, entry: &StateEntry<BigEndian<u16>>, _has_cross_stream: bool, _tuple_count: u32, c: &mut AatApplyContext<'_>, ) -> 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> UnsafeUnpin 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