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