#[repr(C)]pub struct IExtendedExecutionSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut ExtendedExecutionReason) -> HRESULT,
pub SetReason: unsafe extern "system" fn(_: *mut c_void, _: ExtendedExecutionReason) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub PercentProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetPercentProgress: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Revoked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveRevoked: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub RequestExtensionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut ExtendedExecutionReason) -> HRESULT
§SetReason: unsafe extern "system" fn(_: *mut c_void, _: ExtendedExecutionReason) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§PercentProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetPercentProgress: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Revoked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveRevoked: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§RequestExtensionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IExtendedExecutionSession_Vtbl
impl RefUnwindSafe for IExtendedExecutionSession_Vtbl
impl Send for IExtendedExecutionSession_Vtbl
impl Sync for IExtendedExecutionSession_Vtbl
impl Unpin for IExtendedExecutionSession_Vtbl
impl UnwindSafe for IExtendedExecutionSession_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