#[repr(transparent)]pub struct MENUINFO_MASK(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for MENUINFO_MASK
impl BitAnd for MENUINFO_MASK
Source§type Output = MENUINFO_MASK
type Output = MENUINFO_MASK
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: MENUINFO_MASK) -> MENUINFO_MASK
fn bitand(self, rhs: MENUINFO_MASK) -> MENUINFO_MASK
Performs the
& operation. Read moreSource§impl BitAndAssign for MENUINFO_MASK
impl BitAndAssign for MENUINFO_MASK
Source§fn bitand_assign(&mut self, rhs: MENUINFO_MASK)
fn bitand_assign(&mut self, rhs: MENUINFO_MASK)
Performs the
&= operation. Read moreSource§impl BitOr for MENUINFO_MASK
impl BitOr for MENUINFO_MASK
Source§type Output = MENUINFO_MASK
type Output = MENUINFO_MASK
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: MENUINFO_MASK) -> MENUINFO_MASK
fn bitor(self, rhs: MENUINFO_MASK) -> MENUINFO_MASK
Performs the
| operation. Read moreSource§impl BitOrAssign for MENUINFO_MASK
impl BitOrAssign for MENUINFO_MASK
Source§fn bitor_assign(&mut self, rhs: MENUINFO_MASK)
fn bitor_assign(&mut self, rhs: MENUINFO_MASK)
Performs the
|= operation. Read moreSource§impl Clone for MENUINFO_MASK
impl Clone for MENUINFO_MASK
Source§fn clone(&self) -> MENUINFO_MASK
fn clone(&self) -> MENUINFO_MASK
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 MENUINFO_MASK
impl Debug for MENUINFO_MASK
Source§impl Default for MENUINFO_MASK
impl Default for MENUINFO_MASK
Source§fn default() -> MENUINFO_MASK
fn default() -> MENUINFO_MASK
Returns the “default value” for a type. Read more
Source§impl From<u32> for MENUINFO_MASK
impl From<u32> for MENUINFO_MASK
Source§fn from(value: u32) -> MENUINFO_MASK
fn from(value: u32) -> MENUINFO_MASK
Converts to this type from the input type.
Source§impl Not for MENUINFO_MASK
impl Not for MENUINFO_MASK
Source§type Output = MENUINFO_MASK
type Output = MENUINFO_MASK
The resulting type after applying the
! operator.Source§fn not(self) -> MENUINFO_MASK
fn not(self) -> MENUINFO_MASK
Performs the unary
! operation. Read moreSource§impl PartialEq for MENUINFO_MASK
impl PartialEq for MENUINFO_MASK
impl Copy for MENUINFO_MASK
impl Eq for MENUINFO_MASK
impl StructuralPartialEq for MENUINFO_MASK
Auto Trait Implementations§
impl Freeze for MENUINFO_MASK
impl RefUnwindSafe for MENUINFO_MASK
impl Send for MENUINFO_MASK
impl Sync for MENUINFO_MASK
impl Unpin for MENUINFO_MASK
impl UnwindSafe for MENUINFO_MASK
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