#[repr(transparent)]pub struct GetEntitlementStatus(pub i32);
Expand description
Required features: "ApplicationModel_Store_Preview_InstallControl"
Tuple Fields
0: i32
Implementations
impl GetEntitlementStatus
impl GetEntitlementStatus
pub const Succeeded: Self = Self(0i32)
pub const NoStoreAccount: Self = Self(1i32)
pub const NetworkError: Self = Self(2i32)
pub const ServerError: Self = Self(3i32)
Trait Implementations
impl Clone for GetEntitlementStatus
impl Clone for GetEntitlementStatus
impl Copy for GetEntitlementStatus
Auto Trait Implementations
impl RefUnwindSafe for GetEntitlementStatus
impl Send for GetEntitlementStatus
impl Sync for GetEntitlementStatus
impl Unpin for GetEntitlementStatus
impl UnwindSafe for GetEntitlementStatus
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