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 for FT_Var_Axis
impl PartialEq 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 ==
.impl Copy for FT_Var_Axis
impl Eq for FT_Var_Axis
impl StructuralPartialEq for FT_Var_Axis
Auto Trait Implementations§
impl Freeze for FT_Var_Axis
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§
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