#[repr(transparent)]pub struct MOUSE_EVENT_FLAGS(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for MOUSE_EVENT_FLAGS
impl BitAnd for MOUSE_EVENT_FLAGS
Source§type Output = MOUSE_EVENT_FLAGS
type Output = MOUSE_EVENT_FLAGS
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: MOUSE_EVENT_FLAGS) -> MOUSE_EVENT_FLAGS
fn bitand(self, rhs: MOUSE_EVENT_FLAGS) -> MOUSE_EVENT_FLAGS
Performs the
& operation. Read moreSource§impl BitAndAssign for MOUSE_EVENT_FLAGS
impl BitAndAssign for MOUSE_EVENT_FLAGS
Source§fn bitand_assign(&mut self, rhs: MOUSE_EVENT_FLAGS)
fn bitand_assign(&mut self, rhs: MOUSE_EVENT_FLAGS)
Performs the
&= operation. Read moreSource§impl BitOr for MOUSE_EVENT_FLAGS
impl BitOr for MOUSE_EVENT_FLAGS
Source§type Output = MOUSE_EVENT_FLAGS
type Output = MOUSE_EVENT_FLAGS
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: MOUSE_EVENT_FLAGS) -> MOUSE_EVENT_FLAGS
fn bitor(self, rhs: MOUSE_EVENT_FLAGS) -> MOUSE_EVENT_FLAGS
Performs the
| operation. Read moreSource§impl BitOrAssign for MOUSE_EVENT_FLAGS
impl BitOrAssign for MOUSE_EVENT_FLAGS
Source§fn bitor_assign(&mut self, rhs: MOUSE_EVENT_FLAGS)
fn bitor_assign(&mut self, rhs: MOUSE_EVENT_FLAGS)
Performs the
|= operation. Read moreSource§impl Clone for MOUSE_EVENT_FLAGS
impl Clone for MOUSE_EVENT_FLAGS
Source§fn clone(&self) -> MOUSE_EVENT_FLAGS
fn clone(&self) -> MOUSE_EVENT_FLAGS
Returns a copy 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 MOUSE_EVENT_FLAGS
impl Debug for MOUSE_EVENT_FLAGS
Source§impl Default for MOUSE_EVENT_FLAGS
impl Default for MOUSE_EVENT_FLAGS
Source§fn default() -> MOUSE_EVENT_FLAGS
fn default() -> MOUSE_EVENT_FLAGS
Returns the “default value” for a type. Read more
Source§impl From<u32> for MOUSE_EVENT_FLAGS
impl From<u32> for MOUSE_EVENT_FLAGS
Source§fn from(value: u32) -> MOUSE_EVENT_FLAGS
fn from(value: u32) -> MOUSE_EVENT_FLAGS
Converts to this type from the input type.
Source§impl Not for MOUSE_EVENT_FLAGS
impl Not for MOUSE_EVENT_FLAGS
Source§type Output = MOUSE_EVENT_FLAGS
type Output = MOUSE_EVENT_FLAGS
The resulting type after applying the
! operator.Source§fn not(self) -> MOUSE_EVENT_FLAGS
fn not(self) -> MOUSE_EVENT_FLAGS
Performs the unary
! operation. Read moreSource§impl PartialEq for MOUSE_EVENT_FLAGS
impl PartialEq for MOUSE_EVENT_FLAGS
impl Copy for MOUSE_EVENT_FLAGS
impl Eq for MOUSE_EVENT_FLAGS
impl StructuralPartialEq for MOUSE_EVENT_FLAGS
Auto Trait Implementations§
impl Freeze for MOUSE_EVENT_FLAGS
impl RefUnwindSafe for MOUSE_EVENT_FLAGS
impl Send for MOUSE_EVENT_FLAGS
impl Sync for MOUSE_EVENT_FLAGS
impl Unpin for MOUSE_EVENT_FLAGS
impl UnwindSafe for MOUSE_EVENT_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