Struct windows::Services::Store::StoreQueueItemExtendedState
#[repr(transparent)]pub struct StoreQueueItemExtendedState(pub i32);
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
§fn clone(&self) -> StoreQueueItemExtendedState
fn clone(&self) -> StoreQueueItemExtendedState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for StoreQueueItemExtendedState
impl Debug for StoreQueueItemExtendedState
§impl Default for StoreQueueItemExtendedState
impl Default for StoreQueueItemExtendedState
§fn default() -> StoreQueueItemExtendedState
fn default() -> StoreQueueItemExtendedState
Returns the “default value” for a type. Read more
§impl PartialEq for StoreQueueItemExtendedState
impl PartialEq for StoreQueueItemExtendedState
§fn eq(&self, other: &StoreQueueItemExtendedState) -> bool
fn eq(&self, other: &StoreQueueItemExtendedState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StoreQueueItemExtendedState
impl Eq for StoreQueueItemExtendedState
impl StructuralPartialEq for StoreQueueItemExtendedState
Auto Trait Implementations§
impl Freeze for StoreQueueItemExtendedState
impl RefUnwindSafe for StoreQueueItemExtendedState
impl Send for StoreQueueItemExtendedState
impl Sync for StoreQueueItemExtendedState
impl Unpin for StoreQueueItemExtendedState
impl UnwindSafe for StoreQueueItemExtendedState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)