#[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 for FT_Open_Args
impl PartialEq for FT_Open_Args
impl Eq for FT_Open_Args
impl StructuralPartialEq for FT_Open_Args
Auto Trait Implementations§
impl Freeze for FT_Open_Args
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