Struct ICoreApplicationUnhandledError_Vtbl
#[repr(C)]pub struct ICoreApplicationUnhandledError_Vtbl {
pub base__: IInspectable_Vtbl,
pub UnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveUnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§UnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveUnhandledErrorDetected: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Implementations§
§impl ICoreApplicationUnhandledError_Vtbl
impl ICoreApplicationUnhandledError_Vtbl
pub const fn new<Identity: ICoreApplicationUnhandledError_Impl, const OFFSET: isize>() -> Self
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