#[repr(C)]pub struct FT_Module_Class_ {
pub module_flags: FT_ULong,
pub module_size: FT_Long,
pub module_name: *const FT_String,
pub module_version: FT_Fixed,
pub module_requires: FT_Fixed,
pub module_interface: *const c_void,
pub module_init: FT_Module_Constructor,
pub module_done: FT_Module_Destructor,
pub get_interface: FT_Module_Requester,
}Fields§
§module_flags: FT_ULong§module_size: FT_Long§module_name: *const FT_String§module_version: FT_Fixed§module_requires: FT_Fixed§module_interface: *const c_void§module_init: FT_Module_Constructor§module_done: FT_Module_Destructor§get_interface: FT_Module_RequesterTrait Implementations§
Source§impl Clone for FT_Module_Class_
impl Clone for FT_Module_Class_
Source§impl Debug for FT_Module_Class_
impl Debug for FT_Module_Class_
impl Copy for FT_Module_Class_
Auto Trait Implementations§
impl Freeze for FT_Module_Class_
impl RefUnwindSafe for FT_Module_Class_
impl !Send for FT_Module_Class_
impl !Sync for FT_Module_Class_
impl Unpin for FT_Module_Class_
impl UnwindSafe for FT_Module_Class_
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