Struct ttf_parser::apple_layout::ExtendedStateTable [−][src]
pub struct ExtendedStateTable<'a, T> { /* fields omitted */ }
Expand description
Implementations
Parses an Extended State Table from a stream.
number_of_glyphs
is from the maxp
table.
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for ExtendedStateTable<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for ExtendedStateTable<'a, T> where
T: Send,
impl<'a, T> Sync for ExtendedStateTable<'a, T> where
T: Sync,
impl<'a, T> Unpin for ExtendedStateTable<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for ExtendedStateTable<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more