#[repr(C)]pub struct tagPOINTER_DEVICE_PROPERTY {
pub logicalMin: INT32,
pub logicalMax: INT32,
pub physicalMin: INT32,
pub physicalMax: INT32,
pub unit: UINT32,
pub unitExponent: UINT32,
pub usagePageId: USHORT,
pub usageId: USHORT,
}
Fields§
§logicalMin: INT32
§logicalMax: INT32
§physicalMin: INT32
§physicalMax: INT32
§unit: UINT32
§unitExponent: UINT32
§usagePageId: USHORT
§usageId: USHORT
Trait Implementations§
Source§impl Clone for tagPOINTER_DEVICE_PROPERTY
impl Clone for tagPOINTER_DEVICE_PROPERTY
Source§fn clone(&self) -> tagPOINTER_DEVICE_PROPERTY
fn clone(&self) -> tagPOINTER_DEVICE_PROPERTY
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_PROPERTY
impl Debug for tagPOINTER_DEVICE_PROPERTY
Source§impl Ord for tagPOINTER_DEVICE_PROPERTY
impl Ord for tagPOINTER_DEVICE_PROPERTY
Source§fn cmp(&self, other: &tagPOINTER_DEVICE_PROPERTY) -> Ordering
fn cmp(&self, other: &tagPOINTER_DEVICE_PROPERTY) -> 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 PartialOrd for tagPOINTER_DEVICE_PROPERTY
impl PartialOrd for tagPOINTER_DEVICE_PROPERTY
impl Copy for tagPOINTER_DEVICE_PROPERTY
impl Eq for tagPOINTER_DEVICE_PROPERTY
impl StructuralPartialEq for tagPOINTER_DEVICE_PROPERTY
Auto Trait Implementations§
impl Freeze for tagPOINTER_DEVICE_PROPERTY
impl RefUnwindSafe for tagPOINTER_DEVICE_PROPERTY
impl Send for tagPOINTER_DEVICE_PROPERTY
impl Sync for tagPOINTER_DEVICE_PROPERTY
impl Unpin for tagPOINTER_DEVICE_PROPERTY
impl UnwindSafe for tagPOINTER_DEVICE_PROPERTY
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