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