#[repr(C)]pub struct IPackageUpdatingEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub ActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SourcePackage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TargetPackage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Progress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub IsComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§SourcePackage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TargetPackage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Progress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§IsComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPackageUpdatingEventArgs_Vtbl
impl RefUnwindSafe for IPackageUpdatingEventArgs_Vtbl
impl Send for IPackageUpdatingEventArgs_Vtbl
impl Sync for IPackageUpdatingEventArgs_Vtbl
impl Unpin for IPackageUpdatingEventArgs_Vtbl
impl UnwindSafe for IPackageUpdatingEventArgs_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