Struct owned_ttf_parser::feat::SettingName
source · pub struct SettingName {
pub setting: u16,
pub name_index: u16,
}
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§
source§impl Clone for SettingName
impl Clone for SettingName
source§fn clone(&self) -> SettingName
fn clone(&self) -> SettingName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SettingName
impl Debug for SettingName
source§impl FromData for SettingName
impl FromData for SettingName
impl Copy for SettingName
Auto Trait Implementations§
impl Freeze for SettingName
impl RefUnwindSafe for SettingName
impl Send for SettingName
impl Sync for SettingName
impl Unpin for SettingName
impl UnwindSafe for SettingName
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more