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