Struct owned_ttf_parser::stat::AxisValue
source · pub struct AxisValue {
pub axis_index: u16,
pub value: Fixed,
}
Expand description
Axis-value pairing for AxisValueSubtableFormat4
.
Fields§
§axis_index: u16
Zero-based index into Table::axes
.
value: Fixed
Numeric value for this axis.
Trait Implementations§
impl Copy for AxisValue
Auto Trait Implementations§
impl Freeze for AxisValue
impl RefUnwindSafe for AxisValue
impl Send for AxisValue
impl Sync for AxisValue
impl Unpin for AxisValue
impl UnwindSafe for AxisValue
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