Struct windows::Win32::System::UpdateAgent::IUpdateException_Vtbl
#[repr(C)]pub struct IUpdateException_Vtbl {
pub base__: IDispatch_Vtbl,
pub Message: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub HResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Context: unsafe extern "system" fn(_: *mut c_void, _: *mut UpdateExceptionContext) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Message: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§HResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Context: unsafe extern "system" fn(_: *mut c_void, _: *mut UpdateExceptionContext) -> HRESULT
Implementations§
§impl IUpdateException_Vtbl
impl IUpdateException_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUpdateException_Vtblwhere
Identity: IUpdateException_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateException_Vtbl
impl RefUnwindSafe for IUpdateException_Vtbl
impl Send for IUpdateException_Vtbl
impl Sync for IUpdateException_Vtbl
impl Unpin for IUpdateException_Vtbl
impl UnwindSafe for IUpdateException_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