Struct windows::Services::Store::IStoreQueueItemStatus_Vtbl
#[repr(C)]pub struct IStoreQueueItemStatus_Vtbl {
pub base__: IInspectable_Vtbl,
pub PackageInstallState: unsafe extern "system" fn(_: *mut c_void, _: *mut StoreQueueItemState) -> HRESULT,
pub PackageInstallExtendedState: unsafe extern "system" fn(_: *mut c_void, _: *mut StoreQueueItemExtendedState) -> HRESULT,
pub UpdateStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<StorePackageUpdateStatus>) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PackageInstallState: unsafe extern "system" fn(_: *mut c_void, _: *mut StoreQueueItemState) -> HRESULT
§PackageInstallExtendedState: unsafe extern "system" fn(_: *mut c_void, _: *mut StoreQueueItemExtendedState) -> HRESULT
§UpdateStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<StorePackageUpdateStatus>) -> HRESULT
§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStoreQueueItemStatus_Vtbl
impl RefUnwindSafe for IStoreQueueItemStatus_Vtbl
impl Send for IStoreQueueItemStatus_Vtbl
impl Sync for IStoreQueueItemStatus_Vtbl
impl Unpin for IStoreQueueItemStatus_Vtbl
impl UnwindSafe for IStoreQueueItemStatus_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