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