Struct ISystemUpdateItem_Vtbl
#[repr(C)]pub struct ISystemUpdateItem_Vtbl {
pub base__: IInspectable_Vtbl,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemUpdateItemState) -> 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 Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Revision: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub DownloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub InstallProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§State: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemUpdateItemState) -> 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§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Revision: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§DownloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§InstallProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULTAuto Trait Implementations§
impl Freeze for ISystemUpdateItem_Vtbl
impl RefUnwindSafe for ISystemUpdateItem_Vtbl
impl Send for ISystemUpdateItem_Vtbl
impl Sync for ISystemUpdateItem_Vtbl
impl Unpin for ISystemUpdateItem_Vtbl
impl UnwindSafe for ISystemUpdateItem_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