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