Struct SYSTEM_CURSOR_ID
#[repr(transparent)]pub struct SYSTEM_CURSOR_ID(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for SYSTEM_CURSOR_ID
impl Clone for SYSTEM_CURSOR_ID
§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 more§impl Debug for SYSTEM_CURSOR_ID
impl Debug for SYSTEM_CURSOR_ID
§impl Default for SYSTEM_CURSOR_ID
impl Default for SYSTEM_CURSOR_ID
§fn default() -> SYSTEM_CURSOR_ID
fn default() -> SYSTEM_CURSOR_ID
Returns the “default value” for a type. Read more
§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