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_Parameter
Trait Implementations
sourceimpl Debug for FT_Open_Args
impl Debug for FT_Open_Args
sourceimpl Hash for FT_Open_Args
impl Hash for FT_Open_Args
sourceimpl PartialEq<FT_Open_Args> for FT_Open_Args
impl PartialEq<FT_Open_Args> for FT_Open_Args
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_Open_Args) -> bool
fn ne(&self, other: &FT_Open_Args) -> bool
This method tests for !=
.
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
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