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