Struct ttf_parser::feat::SettingName [−][src]
Expand description
A setting name.
Fields
setting: u16
The setting.
name_index: u16
The name
table index for the feature’s name in a 256..32768 range.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SettingName
impl Send for SettingName
impl Sync for SettingName
impl Unpin for SettingName
impl UnwindSafe for SettingName
Blanket Implementations
Mutably borrows from an owned value. Read more