#[repr(C)]pub struct FT_Open_Args {
pub flags: c_uint,
pub memory_base: *const c_uchar,
pub memory_size: c_long,
pub pathname: *const c_char,
pub stream: FT_Stream,
pub driver: FT_Module,
pub num_params: c_int,
pub params: *mut FT_Parameter,
}Fields§
§flags: c_uint§memory_base: *const c_uchar§memory_size: c_long§pathname: *const c_char§stream: FT_Stream§driver: FT_Module§num_params: c_int§params: *mut FT_ParameterAuto 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