Struct windows::Win32::System::Com::IErrorLog_Vtbl
#[repr(C)]pub struct IErrorLog_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddError: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const EXCEPINFO) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddError: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const EXCEPINFO) -> HRESULT
Implementations§
§impl IErrorLog_Vtbl
impl IErrorLog_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IErrorLog_Vtblwhere
Identity: IErrorLog_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IErrorLog_Vtbl
impl RefUnwindSafe for IErrorLog_Vtbl
impl Send for IErrorLog_Vtbl
impl Sync for IErrorLog_Vtbl
impl Unpin for IErrorLog_Vtbl
impl UnwindSafe for IErrorLog_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