Struct IDirectSoundCaptureFXNoiseSuppress_Vtbl
#[repr(C)]pub struct IDirectSoundCaptureFXNoiseSuppress_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *const DSCFXNoiseSuppress) -> HRESULT,
pub GetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DSCFXNoiseSuppress) -> HRESULT,
pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *const DSCFXNoiseSuppress) -> HRESULT
§GetAllParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DSCFXNoiseSuppress) -> HRESULT
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDirectSoundCaptureFXNoiseSuppress_Vtbl
impl IDirectSoundCaptureFXNoiseSuppress_Vtbl
pub const fn new<Identity: IDirectSoundCaptureFXNoiseSuppress_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectSoundCaptureFXNoiseSuppress_Vtbl
impl RefUnwindSafe for IDirectSoundCaptureFXNoiseSuppress_Vtbl
impl Send for IDirectSoundCaptureFXNoiseSuppress_Vtbl
impl Sync for IDirectSoundCaptureFXNoiseSuppress_Vtbl
impl Unpin for IDirectSoundCaptureFXNoiseSuppress_Vtbl
impl UnwindSafe for IDirectSoundCaptureFXNoiseSuppress_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