Struct IAppBroadcastMicrophoneCaptureStateChangedEventArgs_Vtbl
#[repr(C)]pub struct IAppBroadcastMicrophoneCaptureStateChangedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut AppBroadcastMicrophoneCaptureState) -> HRESULT,
pub ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§State: unsafe extern "system" fn(_: *mut c_void, _: *mut AppBroadcastMicrophoneCaptureState) -> HRESULT§ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULTAuto Trait Implementations§
impl Freeze for IAppBroadcastMicrophoneCaptureStateChangedEventArgs_Vtbl
impl RefUnwindSafe for IAppBroadcastMicrophoneCaptureStateChangedEventArgs_Vtbl
impl Send for IAppBroadcastMicrophoneCaptureStateChangedEventArgs_Vtbl
impl Sync for IAppBroadcastMicrophoneCaptureStateChangedEventArgs_Vtbl
impl Unpin for IAppBroadcastMicrophoneCaptureStateChangedEventArgs_Vtbl
impl UnwindSafe for IAppBroadcastMicrophoneCaptureStateChangedEventArgs_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