Struct ttf_parser::morx::InsertionSubtable
source · [−]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
sourceimpl<'a> Clone for InsertionSubtable<'a>
impl<'a> Clone for InsertionSubtable<'a>
sourcefn clone(&self) -> InsertionSubtable<'a>
fn clone(&self) -> InsertionSubtable<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
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