Struct windows::Gaming::Input::IRacingWheelStatics_Vtbl
#[repr(C)]pub struct IRacingWheelStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub RacingWheelAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveRacingWheelAdded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub RacingWheelRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveRacingWheelRemoved: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub RacingWheels: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RacingWheelAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveRacingWheelAdded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§RacingWheelRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveRacingWheelRemoved: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§RacingWheels: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRacingWheelStatics_Vtbl
impl RefUnwindSafe for IRacingWheelStatics_Vtbl
impl Send for IRacingWheelStatics_Vtbl
impl Sync for IRacingWheelStatics_Vtbl
impl Unpin for IRacingWheelStatics_Vtbl
impl UnwindSafe for IRacingWheelStatics_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