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 for FT_Multi_Master
impl PartialEq 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 ==
.impl Copy for FT_Multi_Master
impl Eq for FT_Multi_Master
impl StructuralPartialEq for FT_Multi_Master
Auto Trait Implementations§
impl Freeze for FT_Multi_Master
impl RefUnwindSafe for FT_Multi_Master
impl !Send for FT_Multi_Master
impl !Sync for FT_Multi_Master
impl Unpin for FT_Multi_Master
impl UnwindSafe for FT_Multi_Master
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