Struct windows::ApplicationModel::ExtendedExecution::Foreground::IExtendedExecutionForegroundSession_Vtbl
#[repr(C)]pub struct IExtendedExecutionForegroundSession_Vtbl {
pub base__: IInspectable_Vtbl,
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 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,
pub Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut ExtendedExecutionForegroundReason) -> HRESULT,
pub SetReason: unsafe extern "system" fn(_: *mut c_void, _: ExtendedExecutionForegroundReason) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> 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
§Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut ExtendedExecutionForegroundReason) -> HRESULT
§SetReason: unsafe extern "system" fn(_: *mut c_void, _: ExtendedExecutionForegroundReason) -> HRESULT
Auto Trait Implementations§
impl Freeze for IExtendedExecutionForegroundSession_Vtbl
impl RefUnwindSafe for IExtendedExecutionForegroundSession_Vtbl
impl Send for IExtendedExecutionForegroundSession_Vtbl
impl Sync for IExtendedExecutionForegroundSession_Vtbl
impl Unpin for IExtendedExecutionForegroundSession_Vtbl
impl UnwindSafe for IExtendedExecutionForegroundSession_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