Struct windows::Gaming::Input::Custom::IGipGameControllerInputSink_Vtbl
#[repr(C)]pub struct IGipGameControllerInputSink_Vtbl {
pub base__: IInspectable_Vtbl,
pub OnKeyReceived: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u8, _: bool) -> HRESULT,
pub OnMessageReceived: unsafe extern "system" fn(_: *mut c_void, _: u64, _: GipMessageClass, _: u8, _: u8, _: u32, _: *const u8) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§OnKeyReceived: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u8, _: bool) -> HRESULT
§OnMessageReceived: unsafe extern "system" fn(_: *mut c_void, _: u64, _: GipMessageClass, _: u8, _: u8, _: u32, _: *const u8) -> HRESULT
Implementations§
§impl IGipGameControllerInputSink_Vtbl
impl IGipGameControllerInputSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGipGameControllerInputSink_Vtblwhere
Identity: IGipGameControllerInputSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGipGameControllerInputSink_Vtbl
impl RefUnwindSafe for IGipGameControllerInputSink_Vtbl
impl Send for IGipGameControllerInputSink_Vtbl
impl Sync for IGipGameControllerInputSink_Vtbl
impl Unpin for IGipGameControllerInputSink_Vtbl
impl UnwindSafe for IGipGameControllerInputSink_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