Struct owned_ttf_parser::stat::AxisValueSubtableFormat3
source · pub struct AxisValueSubtableFormat3 {
pub axis_index: u16,
pub flags: AxisValueFlags,
pub value_name_id: u16,
pub value: Fixed,
pub linked_value: Fixed,
}
Expand description
Axis value subtable format 3.
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.
linked_value: Fixed
Numeric value for a style-linked mapping.
Trait Implementations§
source§impl Clone for AxisValueSubtableFormat3
impl Clone for AxisValueSubtableFormat3
source§fn clone(&self) -> AxisValueSubtableFormat3
fn clone(&self) -> AxisValueSubtableFormat3
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 AxisValueSubtableFormat3
impl Debug for AxisValueSubtableFormat3
source§impl FromData for AxisValueSubtableFormat3
impl FromData for AxisValueSubtableFormat3
impl Copy for AxisValueSubtableFormat3
Auto Trait Implementations§
impl Freeze for AxisValueSubtableFormat3
impl RefUnwindSafe for AxisValueSubtableFormat3
impl Send for AxisValueSubtableFormat3
impl Sync for AxisValueSubtableFormat3
impl Unpin for AxisValueSubtableFormat3
impl UnwindSafe for AxisValueSubtableFormat3
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