#[repr(transparent)]pub struct HEADER_CONTROL_NOTIFICATION_BUTTON(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAndAssign for HEADER_CONTROL_NOTIFICATION_BUTTON
impl BitAndAssign for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for HEADER_CONTROL_NOTIFICATION_BUTTON
impl BitOrAssign for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for HEADER_CONTROL_NOTIFICATION_BUTTON
impl Clone for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§fn clone(&self) -> HEADER_CONTROL_NOTIFICATION_BUTTON
fn clone(&self) -> HEADER_CONTROL_NOTIFICATION_BUTTON
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 Default for HEADER_CONTROL_NOTIFICATION_BUTTON
impl Default for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§fn default() -> HEADER_CONTROL_NOTIFICATION_BUTTON
fn default() -> HEADER_CONTROL_NOTIFICATION_BUTTON
Returns the “default value” for a type. Read more
Source§impl From<u32> for HEADER_CONTROL_NOTIFICATION_BUTTON
impl From<u32> for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§impl PartialEq for HEADER_CONTROL_NOTIFICATION_BUTTON
impl PartialEq for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§fn eq(&self, other: &HEADER_CONTROL_NOTIFICATION_BUTTON) -> bool
fn eq(&self, other: &HEADER_CONTROL_NOTIFICATION_BUTTON) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HEADER_CONTROL_NOTIFICATION_BUTTON
impl Eq for HEADER_CONTROL_NOTIFICATION_BUTTON
impl StructuralPartialEq for HEADER_CONTROL_NOTIFICATION_BUTTON
Auto Trait Implementations§
impl Freeze for HEADER_CONTROL_NOTIFICATION_BUTTON
impl RefUnwindSafe for HEADER_CONTROL_NOTIFICATION_BUTTON
impl Send for HEADER_CONTROL_NOTIFICATION_BUTTON
impl Sync for HEADER_CONTROL_NOTIFICATION_BUTTON
impl Unpin for HEADER_CONTROL_NOTIFICATION_BUTTON
impl UnwindSafe for HEADER_CONTROL_NOTIFICATION_BUTTON
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