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 = Self(0i32)
pub const Downloading: Self = Self(1i32)
pub const Deploying: Self = Self(2i32)
pub const Completed: Self = Self(3i32)
pub const Canceled: Self = Self(4i32)
pub const OtherError: Self = Self(5i32)
pub const ErrorLowBattery: Self = Self(6i32)
pub const ErrorWiFiRecommended: Self = Self(7i32)
pub const ErrorWiFiRequired: Self = Self(8i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more