Struct windows::ApplicationModel::Core::ICoreApplication_Vtbl
#[repr(C)]pub struct ICoreApplication_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Suspending: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveSuspending: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Resuming: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveResuming: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Run: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RunWithActivationFactories: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Suspending: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveSuspending: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Resuming: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveResuming: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Run: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RunWithActivationFactories: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreApplication_Vtbl
impl RefUnwindSafe for ICoreApplication_Vtbl
impl Send for ICoreApplication_Vtbl
impl Sync for ICoreApplication_Vtbl
impl Unpin for ICoreApplication_Vtbl
impl UnwindSafe for ICoreApplication_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