#[repr(transparent)]pub struct MENUINFO_fMaskFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl MENUINFO_fMaskFlags
impl MENUINFO_fMaskFlags
pub const MIM_APPLYTOSUBMENUS: Self
pub const MIM_BACKGROUND: Self
pub const MIM_HELPID: Self
pub const MIM_MAXHEIGHT: Self
pub const MIM_MENUDATA: Self
pub const MIM_STYLE: Self
Trait Implementations§
Source§impl Abi for MENUINFO_fMaskFlags
impl Abi for MENUINFO_fMaskFlags
Source§type Abi = MENUINFO_fMaskFlags
type Abi = MENUINFO_fMaskFlags
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for MENUINFO_fMaskFlags
impl BitAnd for MENUINFO_fMaskFlags
Source§impl BitAndAssign for MENUINFO_fMaskFlags
impl BitAndAssign for MENUINFO_fMaskFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for MENUINFO_fMaskFlags
impl BitOr for MENUINFO_fMaskFlags
Source§impl BitOrAssign for MENUINFO_fMaskFlags
impl BitOrAssign for MENUINFO_fMaskFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for MENUINFO_fMaskFlags
impl Clone for MENUINFO_fMaskFlags
Source§fn clone(&self) -> MENUINFO_fMaskFlags
fn clone(&self) -> MENUINFO_fMaskFlags
Returns a duplicate 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_fMaskFlags
impl Debug for MENUINFO_fMaskFlags
Source§impl Default for MENUINFO_fMaskFlags
impl Default for MENUINFO_fMaskFlags
Source§fn default() -> MENUINFO_fMaskFlags
fn default() -> MENUINFO_fMaskFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for MENUINFO_fMaskFlags
impl From<u32> for MENUINFO_fMaskFlags
Source§impl PartialEq for MENUINFO_fMaskFlags
impl PartialEq for MENUINFO_fMaskFlags
impl Copy for MENUINFO_fMaskFlags
impl Eq for MENUINFO_fMaskFlags
impl StructuralPartialEq for MENUINFO_fMaskFlags
Auto Trait Implementations§
impl Freeze for MENUINFO_fMaskFlags
impl RefUnwindSafe for MENUINFO_fMaskFlags
impl Send for MENUINFO_fMaskFlags
impl Sync for MENUINFO_fMaskFlags
impl Unpin for MENUINFO_fMaskFlags
impl UnwindSafe for MENUINFO_fMaskFlags
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