#[repr(C)]pub struct IPackageStagingEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub ActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Package: 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
§Package: 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 IPackageStagingEventArgs_Vtbl
impl RefUnwindSafe for IPackageStagingEventArgs_Vtbl
impl Send for IPackageStagingEventArgs_Vtbl
impl Sync for IPackageStagingEventArgs_Vtbl
impl Unpin for IPackageStagingEventArgs_Vtbl
impl UnwindSafe for IPackageStagingEventArgs_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