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
§fn clone(&self) -> ApplicationProfileModes
fn clone(&self) -> ApplicationProfileModes
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 ApplicationProfileModes
impl Debug for ApplicationProfileModes
§impl Default for ApplicationProfileModes
impl Default for ApplicationProfileModes
§fn default() -> ApplicationProfileModes
fn default() -> ApplicationProfileModes
Returns the “default value” for a type. Read more
§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 StructuralPartialEq for ApplicationProfileModes
Auto Trait Implementations§
impl Freeze for ApplicationProfileModes
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
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
)