#[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
pub const Starting: Self
pub const AcquiringLicense: Self
pub const Downloading: Self
pub const RestoringData: Self
pub const Installing: Self
pub const Completed: Self
pub const Canceled: Self
pub const Paused: Self
pub const Error: Self
pub const PausedLowBattery: Self
pub const PausedWiFiRecommended: Self
pub const PausedWiFiRequired: Self
pub const ReadyToDownload: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more