Struct ttf_parser::feat::Table [−][src]
pub struct Table<'a> {
pub names: FeatureNames<'a>,
}
Expand description
Fields
names: FeatureNames<'a>
A list of feature names. Sorted by FeatureName.feature
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more