#[repr(transparent)]pub struct MENUINFO_dwStyleFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl MENUINFO_dwStyleFlags
impl MENUINFO_dwStyleFlags
pub const MNS_AUTODISMISS: Self
pub const MNS_CHECKORBMP: Self
pub const MNS_DRAGDROP: Self
pub const MNS_MODELESS: Self
pub const MNS_NOCHECK: Self
pub const MNS_NOTIFYBYPOS: Self
Trait Implementations§
Source§impl Abi for MENUINFO_dwStyleFlags
impl Abi for MENUINFO_dwStyleFlags
Source§type Abi = MENUINFO_dwStyleFlags
type Abi = MENUINFO_dwStyleFlags
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_dwStyleFlags
impl BitAnd for MENUINFO_dwStyleFlags
Source§impl BitAndAssign for MENUINFO_dwStyleFlags
impl BitAndAssign for MENUINFO_dwStyleFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for MENUINFO_dwStyleFlags
impl BitOr for MENUINFO_dwStyleFlags
Source§impl BitOrAssign for MENUINFO_dwStyleFlags
impl BitOrAssign for MENUINFO_dwStyleFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for MENUINFO_dwStyleFlags
impl Clone for MENUINFO_dwStyleFlags
Source§fn clone(&self) -> MENUINFO_dwStyleFlags
fn clone(&self) -> MENUINFO_dwStyleFlags
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_dwStyleFlags
impl Debug for MENUINFO_dwStyleFlags
Source§impl Default for MENUINFO_dwStyleFlags
impl Default for MENUINFO_dwStyleFlags
Source§fn default() -> MENUINFO_dwStyleFlags
fn default() -> MENUINFO_dwStyleFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for MENUINFO_dwStyleFlags
impl From<u32> for MENUINFO_dwStyleFlags
Source§impl PartialEq for MENUINFO_dwStyleFlags
impl PartialEq for MENUINFO_dwStyleFlags
impl Copy for MENUINFO_dwStyleFlags
impl Eq for MENUINFO_dwStyleFlags
impl StructuralPartialEq for MENUINFO_dwStyleFlags
Auto Trait Implementations§
impl Freeze for MENUINFO_dwStyleFlags
impl RefUnwindSafe for MENUINFO_dwStyleFlags
impl Send for MENUINFO_dwStyleFlags
impl Sync for MENUINFO_dwStyleFlags
impl Unpin for MENUINFO_dwStyleFlags
impl UnwindSafe for MENUINFO_dwStyleFlags
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