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