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