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