#[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: INT32
Trait 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 duplicate 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
impl Copy for USAGE_PROPERTIES
Auto Trait Implementations§
impl Freeze for USAGE_PROPERTIES
impl RefUnwindSafe for USAGE_PROPERTIES
impl Send for USAGE_PROPERTIES
impl Sync for USAGE_PROPERTIES
impl Unpin for USAGE_PROPERTIES
impl UnwindSafe for USAGE_PROPERTIES
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