#[repr(transparent)]pub struct SetSystemCursor_idFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SetSystemCursor_idFlags
impl SetSystemCursor_idFlags
pub const OCR_APPSTARTING: Self
pub const OCR_NORMAL: Self
pub const OCR_CROSS: Self
pub const OCR_HAND: Self
pub const OCR_HELP: Self
pub const OCR_IBEAM: Self
pub const OCR_NO: Self
pub const OCR_SIZEALL: Self
pub const OCR_SIZENESW: Self
pub const OCR_SIZENS: Self
pub const OCR_SIZENWSE: Self
pub const OCR_SIZEWE: Self
pub const OCR_UP: Self
pub const OCR_WAIT: Self
Trait Implementations§
Source§impl Abi for SetSystemCursor_idFlags
impl Abi for SetSystemCursor_idFlags
Source§type Abi = SetSystemCursor_idFlags
type Abi = SetSystemCursor_idFlags
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 SetSystemCursor_idFlags
impl BitAnd for SetSystemCursor_idFlags
Source§impl BitAndAssign for SetSystemCursor_idFlags
impl BitAndAssign for SetSystemCursor_idFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SetSystemCursor_idFlags
impl BitOr for SetSystemCursor_idFlags
Source§impl BitOrAssign for SetSystemCursor_idFlags
impl BitOrAssign for SetSystemCursor_idFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SetSystemCursor_idFlags
impl Clone for SetSystemCursor_idFlags
Source§fn clone(&self) -> SetSystemCursor_idFlags
fn clone(&self) -> SetSystemCursor_idFlags
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 SetSystemCursor_idFlags
impl Debug for SetSystemCursor_idFlags
Source§impl Default for SetSystemCursor_idFlags
impl Default for SetSystemCursor_idFlags
Source§fn default() -> SetSystemCursor_idFlags
fn default() -> SetSystemCursor_idFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for SetSystemCursor_idFlags
impl From<u32> for SetSystemCursor_idFlags
Source§impl PartialEq for SetSystemCursor_idFlags
impl PartialEq for SetSystemCursor_idFlags
impl Copy for SetSystemCursor_idFlags
impl Eq for SetSystemCursor_idFlags
impl StructuralPartialEq for SetSystemCursor_idFlags
Auto Trait Implementations§
impl Freeze for SetSystemCursor_idFlags
impl RefUnwindSafe for SetSystemCursor_idFlags
impl Send for SetSystemCursor_idFlags
impl Sync for SetSystemCursor_idFlags
impl Unpin for SetSystemCursor_idFlags
impl UnwindSafe for SetSystemCursor_idFlags
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