Struct winapi::um::winuser::USAGE_PROPERTIES
source · #[repr(C)]pub struct USAGE_PROPERTIES {
pub level: USHORT,
pub page: USHORT,
pub usage: USHORT,
pub logicalMinimum: INT32,
pub logicalMaximum: INT32,
pub unit: USHORT,
pub exponent: USHORT,
pub count: BYTE,
pub physicalMinimum: INT32,
pub physicalMaximum: INT32,
}Fields§
§level: USHORT§page: USHORT§usage: USHORT§logicalMinimum: INT32§logicalMaximum: INT32§unit: USHORT§exponent: USHORT§count: BYTE§physicalMinimum: INT32§physicalMaximum: INT32Trait Implementations§
source§impl Clone for USAGE_PROPERTIES
impl Clone for USAGE_PROPERTIES
source§fn clone(&self) -> USAGE_PROPERTIES
fn clone(&self) -> USAGE_PROPERTIES
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 Default for USAGE_PROPERTIES
impl Default for USAGE_PROPERTIES
source§fn default() -> USAGE_PROPERTIES
fn default() -> USAGE_PROPERTIES
Returns the “default value” for a type. Read more