#[repr(C)]pub struct ILegacyGipGameControllerProviderStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub FromGameController: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FromGameControllerProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PairPilotToCopilot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ClearPairing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub IsPilot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub IsCopilot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FromGameController: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FromGameControllerProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PairPilotToCopilot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>) -> HRESULT
§ClearPairing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§IsPilot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§IsCopilot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILegacyGipGameControllerProviderStatics_Vtbl
impl RefUnwindSafe for ILegacyGipGameControllerProviderStatics_Vtbl
impl Send for ILegacyGipGameControllerProviderStatics_Vtbl
impl Sync for ILegacyGipGameControllerProviderStatics_Vtbl
impl Unpin for ILegacyGipGameControllerProviderStatics_Vtbl
impl UnwindSafe for ILegacyGipGameControllerProviderStatics_Vtbl
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