Struct windows::System::Profile::UnsupportedAppRequirementReasons
#[repr(transparent)]pub struct UnsupportedAppRequirementReasons(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl UnsupportedAppRequirementReasons
impl UnsupportedAppRequirementReasons
pub const Unknown: Self = _
pub const DeniedBySystem: Self = _
Trait Implementations§
§impl BitAnd for UnsupportedAppRequirementReasons
impl BitAnd for UnsupportedAppRequirementReasons
§impl BitAndAssign for UnsupportedAppRequirementReasons
impl BitAndAssign for UnsupportedAppRequirementReasons
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for UnsupportedAppRequirementReasons
impl BitOr for UnsupportedAppRequirementReasons
§impl BitOrAssign for UnsupportedAppRequirementReasons
impl BitOrAssign for UnsupportedAppRequirementReasons
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for UnsupportedAppRequirementReasons
impl Clone for UnsupportedAppRequirementReasons
§fn clone(&self) -> UnsupportedAppRequirementReasons
fn clone(&self) -> UnsupportedAppRequirementReasons
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UnsupportedAppRequirementReasons
impl Debug for UnsupportedAppRequirementReasons
§impl Default for UnsupportedAppRequirementReasons
impl Default for UnsupportedAppRequirementReasons
§fn default() -> UnsupportedAppRequirementReasons
fn default() -> UnsupportedAppRequirementReasons
Returns the “default value” for a type. Read more
§impl Not for UnsupportedAppRequirementReasons
impl Not for UnsupportedAppRequirementReasons
§impl PartialEq for UnsupportedAppRequirementReasons
impl PartialEq for UnsupportedAppRequirementReasons
§fn eq(&self, other: &UnsupportedAppRequirementReasons) -> bool
fn eq(&self, other: &UnsupportedAppRequirementReasons) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnsupportedAppRequirementReasons
impl Eq for UnsupportedAppRequirementReasons
impl StructuralPartialEq for UnsupportedAppRequirementReasons
Auto Trait Implementations§
impl Freeze for UnsupportedAppRequirementReasons
impl RefUnwindSafe for UnsupportedAppRequirementReasons
impl Send for UnsupportedAppRequirementReasons
impl Sync for UnsupportedAppRequirementReasons
impl Unpin for UnsupportedAppRequirementReasons
impl UnwindSafe for UnsupportedAppRequirementReasons
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)