Struct freetype_sys::FT_Var_Axis
source · #[repr(C)]pub struct FT_Var_Axis {
pub name: *mut FT_String,
pub minimum: FT_Fixed,
pub def: FT_Fixed,
pub maximum: FT_Fixed,
pub tag: FT_ULong,
pub strid: FT_UInt,
}
Fields§
§name: *mut FT_String
§minimum: FT_Fixed
§def: FT_Fixed
§maximum: FT_Fixed
§tag: FT_ULong
§strid: FT_UInt
Trait Implementations§
source§impl Clone for FT_Var_Axis
impl Clone for FT_Var_Axis
source§fn clone(&self) -> FT_Var_Axis
fn clone(&self) -> FT_Var_Axis
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 FT_Var_Axis
impl Debug for FT_Var_Axis
source§impl Hash for FT_Var_Axis
impl Hash for FT_Var_Axis
source§impl PartialEq<FT_Var_Axis> for FT_Var_Axis
impl PartialEq<FT_Var_Axis> for FT_Var_Axis
source§fn eq(&self, other: &FT_Var_Axis) -> bool
fn eq(&self, other: &FT_Var_Axis) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.