Struct ttf_parser::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, }
Fields
tag: Tag
min_value: f32
def_value: f32
max_value: f32
name_id: u16
An axis name in the name
table.
Trait Implementations
impl Clone for VariationAxis
[src]
fn clone(&self) -> VariationAxis
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for VariationAxis
[src]
impl Debug for VariationAxis
[src]
impl PartialEq<VariationAxis> for VariationAxis
[src]
fn eq(&self, other: &VariationAxis) -> bool
[src]
fn ne(&self, other: &VariationAxis) -> bool
[src]
impl StructuralPartialEq for VariationAxis
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,