Struct windows::Media::AppRecording::IAppRecordingManager_Vtbl
#[repr(C)]pub struct IAppRecordingManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StartRecordingToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RecordTimeSpanToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: TimeSpan, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SupportedScreenshotMediaEncodingSubtypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SaveScreenshotToFilesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: AppRecordingSaveScreenshotOption, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StartRecordingToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RecordTimeSpanToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: TimeSpan, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SupportedScreenshotMediaEncodingSubtypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SaveScreenshotToFilesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: AppRecordingSaveScreenshotOption, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppRecordingManager_Vtbl
impl RefUnwindSafe for IAppRecordingManager_Vtbl
impl Send for IAppRecordingManager_Vtbl
impl Sync for IAppRecordingManager_Vtbl
impl Unpin for IAppRecordingManager_Vtbl
impl UnwindSafe for IAppRecordingManager_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