Struct IDirectInputA_Vtbl
#[repr(C)]pub struct IDirectInputA_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void, _: *mut c_void) -> HRESULT,
pub EnumDevices: unsafe extern "system" fn(_: *mut c_void, _: u32, _: LPDIENUMDEVICESCALLBACKA, _: *mut c_void, _: u32) -> HRESULT,
pub GetDeviceStatus: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub RunControlPanel: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: HINSTANCE, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void, _: *mut c_void) -> HRESULT
§EnumDevices: unsafe extern "system" fn(_: *mut c_void, _: u32, _: LPDIENUMDEVICESCALLBACKA, _: *mut c_void, _: u32) -> HRESULT
§GetDeviceStatus: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§RunControlPanel: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: HINSTANCE, _: u32) -> HRESULT
Implementations§
§impl IDirectInputA_Vtbl
impl IDirectInputA_Vtbl
pub const fn new<Identity: IDirectInputA_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectInputA_Vtbl
impl RefUnwindSafe for IDirectInputA_Vtbl
impl Send for IDirectInputA_Vtbl
impl Sync for IDirectInputA_Vtbl
impl Unpin for IDirectInputA_Vtbl
impl UnwindSafe for IDirectInputA_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