Struct ttf_parser::kerx::Subtable1
source · [−]pub struct Subtable1<'a> {
pub state_table: ExtendedStateTable<'a, EntryData>,
/* private fields */
}
Expand description
A format 1 subtable.
State Table for Contextual Kerning.
Fields
state_table: ExtendedStateTable<'a, EntryData>
A state table.
Implementations
Methods from Deref<Target = ExtendedStateTable<'a, EntryData>>
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more