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
impl Copy for FT_MM_Var
impl Eq for FT_MM_Var
impl StructuralEq for FT_MM_Var
impl StructuralPartialEq for FT_MM_Var
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more