pub type POINTER_DEVICE_CURSOR_INFO = tagPOINTER_DEVICE_CURSOR_INFO;
Aliased Type§
struct POINTER_DEVICE_CURSOR_INFO {
pub cursorId: u32,
pub cursor: i32,
}
Fields§
§cursorId: u32
§cursor: i32
Trait Implementations
Source§impl Clone for tagPOINTER_DEVICE_CURSOR_INFO
impl Clone for tagPOINTER_DEVICE_CURSOR_INFO
Source§fn clone(&self) -> tagPOINTER_DEVICE_CURSOR_INFO
fn clone(&self) -> tagPOINTER_DEVICE_CURSOR_INFO
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 Ord for tagPOINTER_DEVICE_CURSOR_INFO
impl Ord for tagPOINTER_DEVICE_CURSOR_INFO
Source§fn cmp(&self, other: &tagPOINTER_DEVICE_CURSOR_INFO) -> Ordering
fn cmp(&self, other: &tagPOINTER_DEVICE_CURSOR_INFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagPOINTER_DEVICE_CURSOR_INFO
impl PartialEq for tagPOINTER_DEVICE_CURSOR_INFO
Source§fn eq(&self, other: &tagPOINTER_DEVICE_CURSOR_INFO) -> bool
fn eq(&self, other: &tagPOINTER_DEVICE_CURSOR_INFO) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.