Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::CURSORINFO_FLAGS [−][src]
#[repr(transparent)]pub struct CURSORINFO_FLAGS(pub u32);Tuple Fields
0: u32Trait Implementations
type Abi = CURSORINFO_FLAGS
type Abi = CURSORINFO_FLAGS
The abi representation of the implementing type. Read more
type DefaultType = CURSORINFO_FLAGS
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
type Output = CURSORINFO_FLAGS
type Output = CURSORINFO_FLAGS
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = CURSORINFO_FLAGS
type Output = CURSORINFO_FLAGS
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 CURSORINFO_FLAGS
impl Send for CURSORINFO_FLAGS
impl Sync for CURSORINFO_FLAGS
impl Unpin for CURSORINFO_FLAGS
impl UnwindSafe for CURSORINFO_FLAGS
Blanket Implementations
Mutably borrows from an owned value. Read more