Struct ttf_parser::feat::SettingName
source · [−]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
sourceimpl Clone for SettingName
impl Clone for SettingName
sourcefn clone(&self) -> SettingName
fn clone(&self) -> SettingName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SettingName
impl Debug for SettingName
sourceimpl FromData for SettingName
impl FromData for SettingName
impl Copy for SettingName
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
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