Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MENU_ITEM_MASK [−][src]
#[repr(transparent)]pub struct MENU_ITEM_MASK(pub u32);Tuple Fields
0: u32Trait Implementations
type Abi = MENU_ITEM_MASK
type Abi = MENU_ITEM_MASK
The abi representation of the implementing type. Read more
type DefaultType = MENU_ITEM_MASK
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
type Output = MENU_ITEM_MASK
type Output = MENU_ITEM_MASK
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = MENU_ITEM_MASK
type Output = MENU_ITEM_MASK
The resulting type after applying the | operator.
Performs the | operation. Read more
Performs the |= operation. Read more
Returns the “default value” for a type. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MENU_ITEM_MASK
impl Send for MENU_ITEM_MASK
impl Sync for MENU_ITEM_MASK
impl Unpin for MENU_ITEM_MASK
impl UnwindSafe for MENU_ITEM_MASK
Blanket Implementations
Mutably borrows from an owned value. Read more