Struct windows::Win32::Media::Audio::IAudioStateMonitor_Vtbl
#[repr(C)]pub struct IAudioStateMonitor_Vtbl {
pub base__: IUnknown_Vtbl,
pub RegisterCallback: unsafe extern "system" fn(_: *mut c_void, _: PAudioStateMonitorCallback, _: *const c_void, _: *mut i64) -> HRESULT,
pub UnregisterCallback: unsafe extern "system" fn(_: *mut c_void, _: i64),
pub GetSoundLevel: unsafe extern "system" fn(_: *mut c_void) -> AudioStateMonitorSoundLevel,
}
Fields§
§base__: IUnknown_Vtbl
§RegisterCallback: unsafe extern "system" fn(_: *mut c_void, _: PAudioStateMonitorCallback, _: *const c_void, _: *mut i64) -> HRESULT
§UnregisterCallback: unsafe extern "system" fn(_: *mut c_void, _: i64)
§GetSoundLevel: unsafe extern "system" fn(_: *mut c_void) -> AudioStateMonitorSoundLevel
Implementations§
§impl IAudioStateMonitor_Vtbl
impl IAudioStateMonitor_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAudioStateMonitor_Vtblwhere
Identity: IAudioStateMonitor_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioStateMonitor_Vtbl
impl RefUnwindSafe for IAudioStateMonitor_Vtbl
impl Send for IAudioStateMonitor_Vtbl
impl Sync for IAudioStateMonitor_Vtbl
impl Unpin for IAudioStateMonitor_Vtbl
impl UnwindSafe for IAudioStateMonitor_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