Struct windows::Media::Capture::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 EventRegistrationToken) -> HRESULT,
pub RemoveMicrophoneCaptureStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub CaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveCaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 EventRegistrationToken) -> HRESULT
§RemoveMicrophoneCaptureStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§CaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveCaptureTargetClosed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto 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