Type Alias freetype::freetype::FT_Open_Args

source ·
pub type FT_Open_Args = FT_Open_Args_;

Aliased Type§

struct FT_Open_Args {
    pub flags: u32,
    pub memory_base: *const u8,
    pub memory_size: i64,
    pub pathname: *mut i8,
    pub stream: *mut FT_StreamRec_,
    pub driver: *mut FT_ModuleRec_,
    pub num_params: i32,
    pub params: *mut FT_Parameter_,
}

Fields§

§flags: u32§memory_base: *const u8§memory_size: i64§pathname: *mut i8§stream: *mut FT_StreamRec_§driver: *mut FT_ModuleRec_§num_params: i32§params: *mut FT_Parameter_

Trait Implementations§

source§

impl Clone for FT_Open_Args_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FT_Open_Args_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_Open_Args_