#[repr(C)]pub struct ICoreApplicationUnhandledError_Vtbl {
pub base__: IInspectable_Vtbl,
pub UnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveUnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§UnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveUnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Implementations§
§impl ICoreApplicationUnhandledError_Vtbl
impl ICoreApplicationUnhandledError_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreApplicationUnhandledError_Vtblwhere
Identity: ICoreApplicationUnhandledError_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreApplicationUnhandledError_Vtbl
impl RefUnwindSafe for ICoreApplicationUnhandledError_Vtbl
impl Send for ICoreApplicationUnhandledError_Vtbl
impl Sync for ICoreApplicationUnhandledError_Vtbl
impl Unpin for ICoreApplicationUnhandledError_Vtbl
impl UnwindSafe for ICoreApplicationUnhandledError_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