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
sourceimpl Clone for FT_Var_Axis
impl Clone for FT_Var_Axis
sourcefn clone(&self) -> FT_Var_Axis
fn clone(&self) -> FT_Var_Axis
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FT_Var_Axis
impl Debug for FT_Var_Axis
sourceimpl Hash for FT_Var_Axis
impl Hash for FT_Var_Axis
sourceimpl PartialEq<FT_Var_Axis> for FT_Var_Axis
impl PartialEq<FT_Var_Axis> for FT_Var_Axis
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_Var_Axis) -> bool
fn ne(&self, other: &FT_Var_Axis) -> bool
This method tests for !=
.
impl Copy for FT_Var_Axis
impl Eq for FT_Var_Axis
impl StructuralEq for FT_Var_Axis
impl StructuralPartialEq for FT_Var_Axis
Auto Trait Implementations
impl RefUnwindSafe for FT_Var_Axis
impl !Send for FT_Var_Axis
impl !Sync for FT_Var_Axis
impl Unpin for FT_Var_Axis
impl UnwindSafe for FT_Var_Axis
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more