Struct windows_sys::Services::Store::StoreCanLicenseStatus
[−]#[repr(transparent)]pub struct StoreCanLicenseStatus(pub i32);Expand description
Required features: ‘Services_Store’
Tuple Fields
0: i32Implementations
impl StoreCanLicenseStatus
impl StoreCanLicenseStatus
pub const NotLicensableToUser: Self
pub const Licensable: Self
pub const LicenseActionNotApplicableToProduct: Self
pub const NetworkError: Self
pub const ServerError: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more