Struct windows::Media::AppRecording::IAppRecordingResult_Vtbl
#[repr(C)]pub struct IAppRecordingResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub Succeeded: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub IsFileTruncated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Succeeded: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§IsFileTruncated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppRecordingResult_Vtbl
impl RefUnwindSafe for IAppRecordingResult_Vtbl
impl Send for IAppRecordingResult_Vtbl
impl Sync for IAppRecordingResult_Vtbl
impl Unpin for IAppRecordingResult_Vtbl
impl UnwindSafe for IAppRecordingResult_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