#[repr(C)]pub struct IErrorLogVtbl {
pub parent: IUnknownVtbl,
pub AddError: unsafe extern "system" fn(This: *mut IErrorLog, pszPropName: LPCOLESTR, pExcepInfo: *const EXCEPINFO) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§AddError: unsafe extern "system" fn(This: *mut IErrorLog, pszPropName: LPCOLESTR, pExcepInfo: *const EXCEPINFO) -> HRESULT
Auto Trait Implementations§
impl Freeze for IErrorLogVtbl
impl RefUnwindSafe for IErrorLogVtbl
impl Send for IErrorLogVtbl
impl Sync for IErrorLogVtbl
impl Unpin for IErrorLogVtbl
impl UnwindSafe for IErrorLogVtbl
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