#[repr(C)]pub struct ICanHandleException {
pub lpVtbl: *const ICanHandleExceptionVtbl,
}
Fields§
§lpVtbl: *const ICanHandleExceptionVtbl
Implementations§
Trait Implementations§
Source§impl Deref for ICanHandleException
impl Deref for ICanHandleException
Auto Trait Implementations§
impl Freeze for ICanHandleException
impl RefUnwindSafe for ICanHandleException
impl !Send for ICanHandleException
impl !Sync for ICanHandleException
impl Unpin for ICanHandleException
impl UnwindSafe for ICanHandleException
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