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