Struct IAudioClient3_Vtbl
#[repr(C)]pub struct IAudioClient3_Vtbl {
pub base__: IAudioClient2_Vtbl,
pub GetSharedModeEnginePeriod: unsafe extern "system" fn(_: *mut c_void, _: *const WAVEFORMATEX, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetCurrentSharedModeEnginePeriod: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut WAVEFORMATEX, _: *mut u32) -> HRESULT,
pub InitializeSharedAudioStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const WAVEFORMATEX, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IAudioClient2_Vtbl
Implementations§
§impl IAudioClient3_Vtbl
impl IAudioClient3_Vtbl
pub const fn new<Identity: IAudioClient3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioClient3_Vtbl
impl RefUnwindSafe for IAudioClient3_Vtbl
impl Send for IAudioClient3_Vtbl
impl Sync for IAudioClient3_Vtbl
impl Unpin for IAudioClient3_Vtbl
impl UnwindSafe for IAudioClient3_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