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