Struct freetype_sys::FT_Multi_Master
source · #[repr(C)]pub struct FT_Multi_Master {
pub num_axis: FT_UInt,
pub num_designs: FT_UInt,
pub axis: [FT_MM_Axis; 4],
}
Fields§
§num_axis: FT_UInt
§num_designs: FT_UInt
§axis: [FT_MM_Axis; 4]
Trait Implementations§
source§impl Clone for FT_Multi_Master
impl Clone for FT_Multi_Master
source§fn clone(&self) -> FT_Multi_Master
fn clone(&self) -> FT_Multi_Master
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_Multi_Master
impl Debug for FT_Multi_Master
source§impl Hash for FT_Multi_Master
impl Hash for FT_Multi_Master
source§impl PartialEq<FT_Multi_Master> for FT_Multi_Master
impl PartialEq<FT_Multi_Master> for FT_Multi_Master
source§fn eq(&self, other: &FT_Multi_Master) -> bool
fn eq(&self, other: &FT_Multi_Master) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.