Struct owned_ttf_parser::kerx::Subtable1
source · pub struct Subtable1<'a> {
pub state_table: ExtendedStateTable<'a, EntryData>,
actions_data: &'a [u8],
}
Expand description
A format 1 subtable.
State Table for Contextual Kerning.
Fields§
§state_table: ExtendedStateTable<'a, EntryData>
A state table.
actions_data: &'a [u8]
Implementations§
Methods from Deref<Target = ExtendedStateTable<'a, EntryData>>§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Subtable1<'a>
impl<'a> RefUnwindSafe for Subtable1<'a>
impl<'a> Send for Subtable1<'a>
impl<'a> Sync for Subtable1<'a>
impl<'a> Unpin for Subtable1<'a>
impl<'a> UnwindSafe for Subtable1<'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