Struct owned_ttf_parser::fvar::VariationAxis [−][src]
#[repr(C)]pub struct VariationAxis {
pub tag: Tag,
pub min_value: f32,
pub def_value: f32,
pub max_value: f32,
pub name_id: u16,
pub hidden: bool,
}
Expand description
Fields
tag: Tag
min_value: f32
def_value: f32
max_value: f32
name_id: u16
An axis name in the name
table.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VariationAxis
impl Send for VariationAxis
impl Sync for VariationAxis
impl Unpin for VariationAxis
impl UnwindSafe for VariationAxis
Blanket Implementations
Mutably borrows from an owned value. Read more