Struct freetype_sys::FT_MM_Var
source · #[repr(C)]pub struct FT_MM_Var {
pub num_axis: FT_UInt,
pub num_designs: FT_UInt,
pub num_namedstyles: FT_UInt,
pub axis: *mut FT_Var_Axis,
pub namedstyle: *mut FT_Var_Named_Style,
}
Fields§
§num_axis: FT_UInt
§num_designs: FT_UInt
§num_namedstyles: FT_UInt
§axis: *mut FT_Var_Axis
§namedstyle: *mut FT_Var_Named_Style
Trait Implementations§
source§impl PartialEq for FT_MM_Var
impl PartialEq for FT_MM_Var
impl Copy for FT_MM_Var
impl Eq for FT_MM_Var
impl StructuralPartialEq for FT_MM_Var
Auto Trait Implementations§
impl Freeze for FT_MM_Var
impl RefUnwindSafe for FT_MM_Var
impl !Send for FT_MM_Var
impl !Sync for FT_MM_Var
impl Unpin for FT_MM_Var
impl UnwindSafe for FT_MM_Var
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