Struct 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) -> AudioStateMonitorSoundLevelImplementations§
§impl IAudioStateMonitor_Vtbl
impl IAudioStateMonitor_Vtbl
pub const fn new<Identity: IAudioStateMonitor_Impl, const OFFSET: isize>() -> Self
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