Struct 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: IErrorLog_Impl, const OFFSET: isize>() -> Self
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