Struct windows::Win32::Media::Audio::DirectSound::IDirectSoundCaptureBuffer8_Vtbl
#[repr(C)]pub struct IDirectSoundCaptureBuffer8_Vtbl {
pub base__: IDirectSoundCaptureBuffer_Vtbl,
pub GetObjectInPath: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetFXStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IDirectSoundCaptureBuffer_Vtbl
§GetObjectInPath: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetFXStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
Implementations§
§impl IDirectSoundCaptureBuffer8_Vtbl
impl IDirectSoundCaptureBuffer8_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectSoundCaptureBuffer8_Vtblwhere
Identity: IDirectSoundCaptureBuffer8_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectSoundCaptureBuffer8_Vtbl
impl RefUnwindSafe for IDirectSoundCaptureBuffer8_Vtbl
impl Send for IDirectSoundCaptureBuffer8_Vtbl
impl Sync for IDirectSoundCaptureBuffer8_Vtbl
impl Unpin for IDirectSoundCaptureBuffer8_Vtbl
impl UnwindSafe for IDirectSoundCaptureBuffer8_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