#[repr(transparent)]pub struct StoreQueueItemExtendedState(pub i32);
Expand description
Required features: "Services_Store"
Tuple Fields
0: i32
Implementations
impl StoreQueueItemExtendedState
impl StoreQueueItemExtendedState
pub const ActivePending: Self = Self(0i32)
pub const ActiveStarting: Self = Self(1i32)
pub const ActiveAcquiringLicense: Self = Self(2i32)
pub const ActiveDownloading: Self = Self(3i32)
pub const ActiveRestoringData: Self = Self(4i32)
pub const ActiveInstalling: Self = Self(5i32)
pub const Completed: Self = Self(6i32)
pub const Canceled: Self = Self(7i32)
pub const Paused: Self = Self(8i32)
pub const Error: Self = Self(9i32)
pub const PausedPackagesInUse: Self = Self(10i32)
pub const PausedLowBattery: Self = Self(11i32)
pub const PausedWiFiRecommended: Self = Self(12i32)
pub const PausedWiFiRequired: Self = Self(13i32)
pub const PausedReadyToInstall: Self = Self(14i32)
Trait Implementations
impl Clone for StoreQueueItemExtendedState
impl Clone for StoreQueueItemExtendedState
impl Copy for StoreQueueItemExtendedState
Auto Trait Implementations
impl RefUnwindSafe for StoreQueueItemExtendedState
impl Send for StoreQueueItemExtendedState
impl Sync for StoreQueueItemExtendedState
impl Unpin for StoreQueueItemExtendedState
impl UnwindSafe for StoreQueueItemExtendedState
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