#[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
pub const DeniedBySystem: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more