Struct windows_sys::Services::Store::StorePurchaseStatus
[−]#[repr(transparent)]pub struct StorePurchaseStatus(pub i32);
Expand description
Required features: "Services_Store"
Tuple Fields
0: i32
Implementations
impl StorePurchaseStatus
impl StorePurchaseStatus
pub const Succeeded: Self = Self(0i32)
pub const AlreadyPurchased: Self = Self(1i32)
pub const NotPurchased: Self = Self(2i32)
pub const NetworkError: Self = Self(3i32)
pub const ServerError: Self = Self(4i32)
Trait Implementations
impl Clone for StorePurchaseStatus
impl Clone for StorePurchaseStatus
impl Copy for StorePurchaseStatus
Auto Trait Implementations
impl RefUnwindSafe for StorePurchaseStatus
impl Send for StorePurchaseStatus
impl Sync for StorePurchaseStatus
impl Unpin for StorePurchaseStatus
impl UnwindSafe for StorePurchaseStatus
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