#[repr(transparent)]pub struct UnsupportedAppRequirementReasons(pub u32);
Expand description
Required features: "System_Profile"
Tuple Fields
0: u32
Implementations
impl UnsupportedAppRequirementReasons
impl UnsupportedAppRequirementReasons
pub const Unknown: Self = Self(0u32)
pub const DeniedBySystem: Self = Self(1u32)
Trait Implementations
impl Clone for UnsupportedAppRequirementReasons
impl Clone for UnsupportedAppRequirementReasons
impl Copy for UnsupportedAppRequirementReasons
Auto Trait Implementations
impl RefUnwindSafe for UnsupportedAppRequirementReasons
impl Send for UnsupportedAppRequirementReasons
impl Sync for UnsupportedAppRequirementReasons
impl Unpin for UnsupportedAppRequirementReasons
impl UnwindSafe for UnsupportedAppRequirementReasons
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