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