Struct IExtendedExecutionForegroundSession_Vtbl
#[repr(C)]pub struct IExtendedExecutionForegroundSession_Vtbl {
pub base__: IInspectable_Vtbl,
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 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,
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 *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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) -> HRESULT§Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut ExtendedExecutionForegroundReason) -> HRESULT§SetReason: unsafe extern "system" fn(_: *mut c_void, _: ExtendedExecutionForegroundReason) -> HRESULTAuto 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