Struct windows_sys::Services::Store::StorePackageUpdateState
[−]#[repr(transparent)]pub struct StorePackageUpdateState(pub i32);
Expand description
Required features: ‘Services_Store’
Tuple Fields
0: i32
Implementations
impl StorePackageUpdateState
impl StorePackageUpdateState
pub const Pending: Self
pub const Downloading: Self
pub const Deploying: Self
pub const Completed: Self
pub const Canceled: Self
pub const OtherError: Self
pub const ErrorLowBattery: Self
pub const ErrorWiFiRecommended: Self
pub const ErrorWiFiRequired: Self
Trait Implementations
impl Clone for StorePackageUpdateState
impl Clone for StorePackageUpdateState
impl Copy for StorePackageUpdateState
Auto Trait Implementations
impl RefUnwindSafe for StorePackageUpdateState
impl Send for StorePackageUpdateState
impl Sync for StorePackageUpdateState
impl Unpin for StorePackageUpdateState
impl UnwindSafe for StorePackageUpdateState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more