pub struct LookupData<'a> {
offset: usize,
is_subst: bool,
table_data: FontData<'a>,
}Fields§
§offset: usizeOffset of the lookup from the base of the layout table.
is_subst: boolTrue if the lookup comes from GSUB.
table_data: FontData<'a>Data of the layout table.
Auto Trait Implementations§
impl<'a> Freeze for LookupData<'a>
impl<'a> RefUnwindSafe for LookupData<'a>
impl<'a> Send for LookupData<'a>
impl<'a> Sync for LookupData<'a>
impl<'a> Unpin for LookupData<'a>
impl<'a> UnsafeUnpin for LookupData<'a>
impl<'a> UnwindSafe for LookupData<'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