Struct AccessoryNotificationType
#[repr(transparent)]pub struct AccessoryNotificationType(pub u32);Tuple Fields§
§0: u32Implementations§
§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 duplicate 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
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