pub type POINTER_DEVICE_INFO = tagPOINTER_DEVICE_INFO;
Aliased Type§
struct POINTER_DEVICE_INFO {
pub displayOrientation: u32,
pub device: *mut c_void,
pub pointerDeviceType: i32,
pub monitor: *mut HMONITOR__,
pub startingCursorId: u32,
pub maxActiveContacts: u16,
pub productString: [u16; 520],
}
Fields§
§displayOrientation: u32
§device: *mut c_void
§pointerDeviceType: i32
§monitor: *mut HMONITOR__
§startingCursorId: u32
§maxActiveContacts: u16
§productString: [u16; 520]
Trait Implementations
Source§impl Clone for tagPOINTER_DEVICE_INFO
impl Clone for tagPOINTER_DEVICE_INFO
Source§fn clone(&self) -> tagPOINTER_DEVICE_INFO
fn clone(&self) -> tagPOINTER_DEVICE_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 Debug for tagPOINTER_DEVICE_INFO
impl Debug for tagPOINTER_DEVICE_INFO
Source§impl Ord for tagPOINTER_DEVICE_INFO
impl Ord for tagPOINTER_DEVICE_INFO
Source§fn cmp(&self, other: &tagPOINTER_DEVICE_INFO) -> Ordering
fn cmp(&self, other: &tagPOINTER_DEVICE_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