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