Struct IDirectInputDevice7W_Vtbl
#[repr(C)]pub struct IDirectInputDevice7W_Vtbl {
pub base__: IDirectInputDevice2W_Vtbl,
pub EnumEffectsInFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: LPDIENUMEFFECTSINFILECALLBACK, _: *mut c_void, _: u32) -> HRESULT,
pub WriteEffectToFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut DIFILEEFFECT, _: u32) -> HRESULT,
}
Fields§
§base__: IDirectInputDevice2W_Vtbl
§EnumEffectsInFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: LPDIENUMEFFECTSINFILECALLBACK, _: *mut c_void, _: u32) -> HRESULT
§WriteEffectToFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut DIFILEEFFECT, _: u32) -> HRESULT
Implementations§
§impl IDirectInputDevice7W_Vtbl
impl IDirectInputDevice7W_Vtbl
pub const fn new<Identity: IDirectInputDevice7W_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectInputDevice7W_Vtbl
impl RefUnwindSafe for IDirectInputDevice7W_Vtbl
impl Send for IDirectInputDevice7W_Vtbl
impl Sync for IDirectInputDevice7W_Vtbl
impl Unpin for IDirectInputDevice7W_Vtbl
impl UnwindSafe for IDirectInputDevice7W_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