#[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 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