Struct windows::Phone::ApplicationModel::ApplicationProfileModes
#[repr(transparent)]pub struct ApplicationProfileModes(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for ApplicationProfileModes
impl BitAnd for ApplicationProfileModes
§impl BitAndAssign for ApplicationProfileModes
impl BitAndAssign for ApplicationProfileModes
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for ApplicationProfileModes
impl BitOr for ApplicationProfileModes
§impl BitOrAssign for ApplicationProfileModes
impl BitOrAssign for ApplicationProfileModes
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for ApplicationProfileModes
impl Clone for ApplicationProfileModes
§impl Debug for ApplicationProfileModes
impl Debug for ApplicationProfileModes
§impl Default for ApplicationProfileModes
impl Default for ApplicationProfileModes
§impl Not for ApplicationProfileModes
impl Not for ApplicationProfileModes
§impl PartialEq for ApplicationProfileModes
impl PartialEq for ApplicationProfileModes
§fn eq(&self, other: &ApplicationProfileModes) -> bool
fn eq(&self, other: &ApplicationProfileModes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ApplicationProfileModes
impl Eq for ApplicationProfileModes
impl StructuralEq for ApplicationProfileModes
impl StructuralPartialEq for ApplicationProfileModes
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationProfileModes
impl Send for ApplicationProfileModes
impl Sync for ApplicationProfileModes
impl Unpin for ApplicationProfileModes
impl UnwindSafe for ApplicationProfileModes
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