#[repr(transparent)]pub struct HEADER_CONTROL_NOTIFICATION_BUTTON(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for HEADER_CONTROL_NOTIFICATION_BUTTON
impl BitAnd for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§type Output = HEADER_CONTROL_NOTIFICATION_BUTTON
type Output = HEADER_CONTROL_NOTIFICATION_BUTTON
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: HEADER_CONTROL_NOTIFICATION_BUTTON,
) -> HEADER_CONTROL_NOTIFICATION_BUTTON
fn bitand( self, rhs: HEADER_CONTROL_NOTIFICATION_BUTTON, ) -> HEADER_CONTROL_NOTIFICATION_BUTTON
Performs the
& operation. Read moreSource§impl BitAndAssign for HEADER_CONTROL_NOTIFICATION_BUTTON
impl BitAndAssign for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§fn bitand_assign(&mut self, rhs: HEADER_CONTROL_NOTIFICATION_BUTTON)
fn bitand_assign(&mut self, rhs: HEADER_CONTROL_NOTIFICATION_BUTTON)
Performs the
&= operation. Read moreSource§impl BitOr for HEADER_CONTROL_NOTIFICATION_BUTTON
impl BitOr for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§type Output = HEADER_CONTROL_NOTIFICATION_BUTTON
type Output = HEADER_CONTROL_NOTIFICATION_BUTTON
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: HEADER_CONTROL_NOTIFICATION_BUTTON,
) -> HEADER_CONTROL_NOTIFICATION_BUTTON
fn bitor( self, rhs: HEADER_CONTROL_NOTIFICATION_BUTTON, ) -> HEADER_CONTROL_NOTIFICATION_BUTTON
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: HEADER_CONTROL_NOTIFICATION_BUTTON)
fn bitor_assign(&mut self, rhs: HEADER_CONTROL_NOTIFICATION_BUTTON)
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§fn from(value: u32) -> HEADER_CONTROL_NOTIFICATION_BUTTON
fn from(value: u32) -> HEADER_CONTROL_NOTIFICATION_BUTTON
Converts to this type from the input type.
Source§impl Not for HEADER_CONTROL_NOTIFICATION_BUTTON
impl Not for HEADER_CONTROL_NOTIFICATION_BUTTON
Source§type Output = HEADER_CONTROL_NOTIFICATION_BUTTON
type Output = HEADER_CONTROL_NOTIFICATION_BUTTON
The resulting type after applying the
! operator.Source§fn not(self) -> HEADER_CONTROL_NOTIFICATION_BUTTON
fn not(self) -> HEADER_CONTROL_NOTIFICATION_BUTTON
Performs the unary
! operation. Read moreSource§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