Struct owned_ttf_parser::stat::AxisValueSubtableFormat1
source · pub struct AxisValueSubtableFormat1 {
pub axis_index: u16,
pub flags: AxisValueFlags,
pub value_name_id: u16,
pub value: Fixed,
}
Expand description
Axis value subtable format 1.
Fields§
§axis_index: u16
Zero-based index into Table::axes
.
flags: AxisValueFlags
Flags for AxisValueSubtable
.
value_name_id: u16
The name ID of the display string.
value: Fixed
Numeric value for this record.
Trait Implementations§
source§impl Clone for AxisValueSubtableFormat1
impl Clone for AxisValueSubtableFormat1
source§fn clone(&self) -> AxisValueSubtableFormat1
fn clone(&self) -> AxisValueSubtableFormat1
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 AxisValueSubtableFormat1
impl Debug for AxisValueSubtableFormat1
source§impl FromData for AxisValueSubtableFormat1
impl FromData for AxisValueSubtableFormat1
impl Copy for AxisValueSubtableFormat1
Auto Trait Implementations§
impl Freeze for AxisValueSubtableFormat1
impl RefUnwindSafe for AxisValueSubtableFormat1
impl Send for AxisValueSubtableFormat1
impl Sync for AxisValueSubtableFormat1
impl Unpin for AxisValueSubtableFormat1
impl UnwindSafe for AxisValueSubtableFormat1
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