Struct IAppCaptureState_Vtbl
#[repr(C)]pub struct IAppCaptureState_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsTargetRunning: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsHistoricalCaptureEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ShouldCaptureMicrophone: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetShouldCaptureMicrophone: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub RestartMicrophoneCapture: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub MicrophoneCaptureState: unsafe extern "system" fn(_: *mut c_void, _: *mut AppCaptureMicrophoneCaptureState) -> HRESULT,
pub MicrophoneCaptureError: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub MicrophoneCaptureStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveMicrophoneCaptureStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub CaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveCaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsTargetRunning: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsHistoricalCaptureEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§ShouldCaptureMicrophone: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetShouldCaptureMicrophone: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§RestartMicrophoneCapture: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§MicrophoneCaptureState: unsafe extern "system" fn(_: *mut c_void, _: *mut AppCaptureMicrophoneCaptureState) -> HRESULT§MicrophoneCaptureError: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§MicrophoneCaptureStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveMicrophoneCaptureStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§CaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveCaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IAppCaptureState_Vtbl
impl RefUnwindSafe for IAppCaptureState_Vtbl
impl Send for IAppCaptureState_Vtbl
impl Sync for IAppCaptureState_Vtbl
impl Unpin for IAppCaptureState_Vtbl
impl UnwindSafe for IAppCaptureState_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