Struct NotificationKinds
#[repr(transparent)]pub struct NotificationKinds(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl NotificationKinds
impl NotificationKinds
§impl NotificationKinds
impl NotificationKinds
Trait Implementations§
§impl BitAnd for NotificationKinds
impl BitAnd for NotificationKinds
§impl BitAndAssign for NotificationKinds
impl BitAndAssign for NotificationKinds
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for NotificationKinds
impl BitOr for NotificationKinds
§impl BitOrAssign for NotificationKinds
impl BitOrAssign for NotificationKinds
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for NotificationKinds
impl Clone for NotificationKinds
§fn clone(&self) -> NotificationKinds
fn clone(&self) -> NotificationKinds
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 NotificationKinds
impl Debug for NotificationKinds
§impl Default for NotificationKinds
impl Default for NotificationKinds
§fn default() -> NotificationKinds
fn default() -> NotificationKinds
Returns the “default value” for a type. Read more
§impl Not for NotificationKinds
impl Not for NotificationKinds
§impl PartialEq for NotificationKinds
impl PartialEq for NotificationKinds
impl Copy for NotificationKinds
impl Eq for NotificationKinds
impl StructuralPartialEq for NotificationKinds
Auto Trait Implementations§
impl Freeze for NotificationKinds
impl RefUnwindSafe for NotificationKinds
impl Send for NotificationKinds
impl Sync for NotificationKinds
impl Unpin for NotificationKinds
impl UnwindSafe for NotificationKinds
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