Struct StorePackageUpdateStatus
#[repr(C)]pub struct StorePackageUpdateStatus {
pub PackageFamilyName: HSTRING,
pub PackageDownloadSizeInBytes: u64,
pub PackageBytesDownloaded: u64,
pub PackageDownloadProgress: f64,
pub TotalDownloadProgress: f64,
pub PackageUpdateState: StorePackageUpdateState,
}
Fields§
§PackageFamilyName: HSTRING
§PackageDownloadSizeInBytes: u64
§PackageBytesDownloaded: u64
§PackageDownloadProgress: f64
§TotalDownloadProgress: f64
§PackageUpdateState: StorePackageUpdateState
Trait Implementations§
§impl Clone for StorePackageUpdateStatus
impl Clone for StorePackageUpdateStatus
§fn clone(&self) -> StorePackageUpdateStatus
fn clone(&self) -> StorePackageUpdateStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for StorePackageUpdateStatus
impl Debug for StorePackageUpdateStatus
§impl Default for StorePackageUpdateStatus
impl Default for StorePackageUpdateStatus
§fn default() -> StorePackageUpdateStatus
fn default() -> StorePackageUpdateStatus
Returns the “default value” for a type. Read more
§impl PartialEq for StorePackageUpdateStatus
impl PartialEq for StorePackageUpdateStatus
impl StructuralPartialEq for StorePackageUpdateStatus
Auto Trait Implementations§
impl Freeze for StorePackageUpdateStatus
impl RefUnwindSafe for StorePackageUpdateStatus
impl Send for StorePackageUpdateStatus
impl Sync for StorePackageUpdateStatus
impl Unpin for StorePackageUpdateStatus
impl UnwindSafe for StorePackageUpdateStatus
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