Struct windows::Gaming::Input::IFlightStick_Vtbl
#[repr(C)]pub struct IFlightStick_Vtbl {
pub base__: IInspectable_Vtbl,
pub HatSwitchKind: unsafe extern "system" fn(_: *mut c_void, _: *mut GameControllerSwitchKind) -> HRESULT,
pub GetButtonLabel: unsafe extern "system" fn(_: *mut c_void, _: FlightStickButtons, _: *mut GameControllerButtonLabel) -> HRESULT,
pub GetCurrentReading: unsafe extern "system" fn(_: *mut c_void, _: *mut FlightStickReading) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HatSwitchKind: unsafe extern "system" fn(_: *mut c_void, _: *mut GameControllerSwitchKind) -> HRESULT
§GetButtonLabel: unsafe extern "system" fn(_: *mut c_void, _: FlightStickButtons, _: *mut GameControllerButtonLabel) -> HRESULT
§GetCurrentReading: unsafe extern "system" fn(_: *mut c_void, _: *mut FlightStickReading) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFlightStick_Vtbl
impl RefUnwindSafe for IFlightStick_Vtbl
impl Send for IFlightStick_Vtbl
impl Sync for IFlightStick_Vtbl
impl Unpin for IFlightStick_Vtbl
impl UnwindSafe for IFlightStick_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