#[repr(C)]pub struct tagUSAGE_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 tagUSAGE_PROPERTIES
impl Clone for tagUSAGE_PROPERTIES
Source§fn clone(&self) -> tagUSAGE_PROPERTIES
fn clone(&self) -> tagUSAGE_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 Debug for tagUSAGE_PROPERTIES
impl Debug for tagUSAGE_PROPERTIES
Source§impl Ord for tagUSAGE_PROPERTIES
impl Ord for tagUSAGE_PROPERTIES
Source§fn cmp(&self, other: &tagUSAGE_PROPERTIES) -> Ordering
fn cmp(&self, other: &tagUSAGE_PROPERTIES) -> 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 tagUSAGE_PROPERTIES
impl PartialEq for tagUSAGE_PROPERTIES
Source§impl PartialOrd for tagUSAGE_PROPERTIES
impl PartialOrd for tagUSAGE_PROPERTIES
impl Copy for tagUSAGE_PROPERTIES
impl Eq for tagUSAGE_PROPERTIES
impl StructuralPartialEq for tagUSAGE_PROPERTIES
Auto Trait Implementations§
impl Freeze for tagUSAGE_PROPERTIES
impl RefUnwindSafe for tagUSAGE_PROPERTIES
impl Send for tagUSAGE_PROPERTIES
impl Sync for tagUSAGE_PROPERTIES
impl Unpin for tagUSAGE_PROPERTIES
impl UnwindSafe for tagUSAGE_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