Struct windows_sys::Services::Store::StorePackageUpdateStatus
[−]#[repr(C)]pub struct StorePackageUpdateStatus {
pub PackageFamilyName: HSTRING,
pub PackageDownloadSizeInBytes: u64,
pub PackageBytesDownloaded: u64,
pub PackageDownloadProgress: f64,
pub TotalDownloadProgress: f64,
pub PackageUpdateState: StorePackageUpdateState,
}
Expand description
Required features: "Services_Store"
Fields
PackageFamilyName: HSTRING
PackageDownloadSizeInBytes: u64
PackageBytesDownloaded: u64
PackageDownloadProgress: f64
TotalDownloadProgress: f64
PackageUpdateState: StorePackageUpdateState
Trait Implementations
impl Clone for StorePackageUpdateStatus
impl Clone for StorePackageUpdateStatus
impl Copy for StorePackageUpdateStatus
Auto Trait Implementations
impl RefUnwindSafe for StorePackageUpdateStatus
impl !Send for StorePackageUpdateStatus
impl !Sync for StorePackageUpdateStatus
impl Unpin for StorePackageUpdateStatus
impl UnwindSafe for StorePackageUpdateStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more