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