Struct IUpdateHistoryEntry_Vtbl
#[repr(C)]pub struct IUpdateHistoryEntry_Vtbl {Show 15 fields
pub base__: IDispatch_Vtbl,
pub Operation: unsafe extern "system" fn(_: *mut c_void, _: *mut UpdateOperation) -> HRESULT,
pub ResultCode: unsafe extern "system" fn(_: *mut c_void, _: *mut OperationResultCode) -> HRESULT,
pub HResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Date: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub UpdateIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UnmappedResultCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServerSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut ServerSelection) -> HRESULT,
pub ServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UninstallationSteps: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UninstallationNotes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SupportUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§Operation: unsafe extern "system" fn(_: *mut c_void, _: *mut UpdateOperation) -> HRESULT§ResultCode: unsafe extern "system" fn(_: *mut c_void, _: *mut OperationResultCode) -> HRESULT§HResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Date: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§UpdateIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UnmappedResultCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ServerSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut ServerSelection) -> HRESULT§ServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UninstallationSteps: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UninstallationNotes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SupportUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IUpdateHistoryEntry_Vtbl
impl IUpdateHistoryEntry_Vtbl
pub const fn new<Identity: IUpdateHistoryEntry_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateHistoryEntry_Vtbl
impl RefUnwindSafe for IUpdateHistoryEntry_Vtbl
impl Send for IUpdateHistoryEntry_Vtbl
impl Sync for IUpdateHistoryEntry_Vtbl
impl Unpin for IUpdateHistoryEntry_Vtbl
impl UnwindSafe for IUpdateHistoryEntry_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