#[repr(C)]pub struct ICanHandleExceptionVtbl {
pub parent: IUnknownVtbl,
pub CanHandleException: unsafe extern "system" fn(This: *mut ICanHandleException, pExcepInfo: *mut EXCEPINFO, pvar: *mut VARIANT) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§CanHandleException: unsafe extern "system" fn(This: *mut ICanHandleException, pExcepInfo: *mut EXCEPINFO, pvar: *mut VARIANT) -> HRESULTAuto Trait Implementations§
impl Freeze for ICanHandleExceptionVtbl
impl RefUnwindSafe for ICanHandleExceptionVtbl
impl Send for ICanHandleExceptionVtbl
impl Sync for ICanHandleExceptionVtbl
impl Unpin for ICanHandleExceptionVtbl
impl UnwindSafe for ICanHandleExceptionVtbl
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