Struct owned_ttf_parser::morx::InsertionSubtable [−][src]
pub struct InsertionSubtable<'a> {
pub state: ExtendedStateTable<'a, InsertionEntryData>,
pub glyphs: LazyArray32<'a, GlyphId>,
}
Expand description
An insertion subtable.
Fields
state: ExtendedStateTable<'a, InsertionEntryData>
A state table.
glyphs: LazyArray32<'a, GlyphId>
Insertion glyphs.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for InsertionSubtable<'a>
impl<'a> Send for InsertionSubtable<'a>
impl<'a> Sync for InsertionSubtable<'a>
impl<'a> Unpin for InsertionSubtable<'a>
impl<'a> UnwindSafe for InsertionSubtable<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more