Struct windows::Phone::Notification::Management::AccessoryNotificationType
#[repr(transparent)]pub struct AccessoryNotificationType(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl AccessoryNotificationType
impl AccessoryNotificationType
pub const None: Self = _
pub const Phone: Self = _
pub const Email: Self = _
pub const Reminder: Self = _
pub const Alarm: Self = _
pub const Toast: Self = _
pub const AppUninstalled: Self = _
pub const Dnd: Self = _
pub const DrivingMode: Self = _
pub const BatterySaver: Self = _
pub const Media: Self = _
pub const CortanaTile: Self = _
pub const ToastCleared: Self = _
pub const CalendarChanged: Self = _
pub const VolumeChanged: Self = _
pub const EmailReadStatusChanged: Self = _
Trait Implementations§
§impl BitAnd for AccessoryNotificationType
impl BitAnd for AccessoryNotificationType
§impl BitAndAssign for AccessoryNotificationType
impl BitAndAssign for AccessoryNotificationType
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for AccessoryNotificationType
impl BitOr for AccessoryNotificationType
§impl BitOrAssign for AccessoryNotificationType
impl BitOrAssign for AccessoryNotificationType
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for AccessoryNotificationType
impl Clone for AccessoryNotificationType
§fn clone(&self) -> AccessoryNotificationType
fn clone(&self) -> AccessoryNotificationType
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 AccessoryNotificationType
impl Debug for AccessoryNotificationType
§impl Default for AccessoryNotificationType
impl Default for AccessoryNotificationType
§fn default() -> AccessoryNotificationType
fn default() -> AccessoryNotificationType
Returns the “default value” for a type. Read more
§impl Not for AccessoryNotificationType
impl Not for AccessoryNotificationType
§impl PartialEq for AccessoryNotificationType
impl PartialEq for AccessoryNotificationType
§fn eq(&self, other: &AccessoryNotificationType) -> bool
fn eq(&self, other: &AccessoryNotificationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AccessoryNotificationType
impl Eq for AccessoryNotificationType
impl StructuralPartialEq for AccessoryNotificationType
Auto Trait Implementations§
impl Freeze for AccessoryNotificationType
impl RefUnwindSafe for AccessoryNotificationType
impl Send for AccessoryNotificationType
impl Sync for AccessoryNotificationType
impl Unpin for AccessoryNotificationType
impl UnwindSafe for AccessoryNotificationType
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
)