Struct ttf_parser::morx::Subtable [−][src]
pub struct Subtable<'a> {
pub kind: SubtableKind<'a>,
pub coverage: Coverage,
pub feature_flags: u32,
}
Expand description
A subtable in a metamorphosis chain.
Fields
kind: SubtableKind<'a>
A subtable kind.
coverage: Coverage
A subtable coverage.
feature_flags: u32
Subtable feature flags.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable<'a>
impl<'a> UnwindSafe for Subtable<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more