Struct ttf_parser::gsub::Sequence
source · [−]pub struct Sequence<'a> {
pub substitutes: LazyArray16<'a, GlyphId>,
}
Expand description
A sequence of glyphs for Multiple Substitution Subtable.
Fields
substitutes: LazyArray16<'a, GlyphId>
A list of substitute glyphs.
Trait Implementations
impl<'a> Copy for Sequence<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Sequence<'a>
impl<'a> Send for Sequence<'a>
impl<'a> Sync for Sequence<'a>
impl<'a> Unpin for Sequence<'a>
impl<'a> UnwindSafe for Sequence<'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