#[repr(transparent)]pub struct AppInstallState(pub i32);
Expand description
Required features: "ApplicationModel_Store_Preview_InstallControl"
Tuple Fields
0: i32
Implementations
impl AppInstallState
impl AppInstallState
pub const Pending: Self = Self(0i32)
pub const Starting: Self = Self(1i32)
pub const AcquiringLicense: Self = Self(2i32)
pub const Downloading: Self = Self(3i32)
pub const RestoringData: Self = Self(4i32)
pub const Installing: 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 PausedLowBattery: Self = Self(10i32)
pub const PausedWiFiRecommended: Self = Self(11i32)
pub const PausedWiFiRequired: Self = Self(12i32)
pub const ReadyToDownload: Self = Self(13i32)
Trait Implementations
impl Clone for AppInstallState
impl Clone for AppInstallState
impl Copy for AppInstallState
Auto Trait Implementations
impl RefUnwindSafe for AppInstallState
impl Send for AppInstallState
impl Sync for AppInstallState
impl Unpin for AppInstallState
impl UnwindSafe for AppInstallState
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