Struct freetype_sys::FT_Open_Args
source · #[repr(C)]pub struct FT_Open_Args {
pub flags: FT_UInt,
pub memory_base: *const FT_Byte,
pub memory_size: FT_Long,
pub pathname: *mut FT_String,
pub stream: FT_Stream,
pub driver: FT_Module,
pub num_params: FT_Int,
pub params: *mut FT_Parameter,
}Fields§
§flags: FT_UInt§memory_base: *const FT_Byte§memory_size: FT_Long§pathname: *mut FT_String§stream: FT_Stream§driver: FT_Module§num_params: FT_Int§params: *mut FT_ParameterTrait Implementations§
source§impl Debug for FT_Open_Args
impl Debug for FT_Open_Args
source§impl Hash for FT_Open_Args
impl Hash for FT_Open_Args
source§impl PartialEq<FT_Open_Args> for FT_Open_Args
impl PartialEq<FT_Open_Args> for FT_Open_Args
source§fn eq(&self, other: &FT_Open_Args) -> bool
fn eq(&self, other: &FT_Open_Args) -> bool
This method tests for
self and other values to be equal, and is used
by ==.