#[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
pub const ActiveStarting: Self
pub const ActiveAcquiringLicense: Self
pub const ActiveDownloading: Self
pub const ActiveRestoringData: Self
pub const ActiveInstalling: Self
pub const Completed: Self
pub const Canceled: Self
pub const Paused: Self
pub const Error: Self
pub const PausedPackagesInUse: Self
pub const PausedLowBattery: Self
pub const PausedWiFiRecommended: Self
pub const PausedWiFiRequired: Self
pub const PausedReadyToInstall: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more