#[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§
source§impl Clone for FT_Open_Args_
impl Clone for FT_Open_Args_
source§impl Debug for FT_Open_Args_
impl Debug for FT_Open_Args_
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)