Type Alias IUnityInterfaces

Source
pub type IUnityInterfaces = IUnityInterfaces;

Aliased Type§

#[repr(C)]
pub struct IUnityInterfaces { pub GetInterface: Option<unsafe extern "system" fn(UnityInterfaceGUID) -> *mut IUnityInterface>, pub RegisterInterface: Option<unsafe extern "system" fn(UnityInterfaceGUID, *mut IUnityInterface)>, pub GetInterfaceSplit: Option<unsafe extern "system" fn(u64, u64) -> *mut IUnityInterface>, pub RegisterInterfaceSplit: Option<unsafe extern "system" fn(u64, u64, *mut IUnityInterface)>, }

Fields§

§GetInterface: Option<unsafe extern "system" fn(UnityInterfaceGUID) -> *mut IUnityInterface>§RegisterInterface: Option<unsafe extern "system" fn(UnityInterfaceGUID, *mut IUnityInterface)>§GetInterfaceSplit: Option<unsafe extern "system" fn(u64, u64) -> *mut IUnityInterface>§RegisterInterfaceSplit: Option<unsafe extern "system" fn(u64, u64, *mut IUnityInterface)>