Struct windows::Win32::Media::Audio::DirectSound::IDirectSoundFXFlanger_Vtbl
#[repr(C)]pub struct IDirectSoundFXFlanger_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *const DSFXFlanger) -> HRESULT,
pub GetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DSFXFlanger) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *const DSFXFlanger) -> HRESULT
§GetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DSFXFlanger) -> HRESULT
Implementations§
§impl IDirectSoundFXFlanger_Vtbl
impl IDirectSoundFXFlanger_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectSoundFXFlanger_Vtblwhere
Identity: IDirectSoundFXFlanger_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectSoundFXFlanger_Vtbl
impl RefUnwindSafe for IDirectSoundFXFlanger_Vtbl
impl Send for IDirectSoundFXFlanger_Vtbl
impl Sync for IDirectSoundFXFlanger_Vtbl
impl Unpin for IDirectSoundFXFlanger_Vtbl
impl UnwindSafe for IDirectSoundFXFlanger_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