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