Struct IExtendedExecutionSession_Vtbl
#[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 *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 i64) -> HRESULT,
pub RemoveRevoked: unsafe extern "system" fn(_: *mut c_void, _: i64) -> 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 *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 i64) -> HRESULT§RemoveRevoked: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§RequestExtensionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto 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