#[repr(C)]pub struct HIDP_CAPS_Range {
pub UsageMin: USAGE,
pub UsageMax: USAGE,
pub StringMin: USHORT,
pub StringMax: USHORT,
pub DesignatorMin: USHORT,
pub DesignatorMax: USHORT,
pub DataIndexMin: USHORT,
pub DataIndexMax: USHORT,
}
Fields§
§UsageMin: USAGE
§UsageMax: USAGE
§StringMin: USHORT
§StringMax: USHORT
§DesignatorMin: USHORT
§DesignatorMax: USHORT
§DataIndexMin: USHORT
§DataIndexMax: USHORT
Trait Implementations§
Source§impl Clone for HIDP_CAPS_Range
impl Clone for HIDP_CAPS_Range
Source§fn clone(&self) -> HIDP_CAPS_Range
fn clone(&self) -> HIDP_CAPS_Range
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 HIDP_CAPS_Range
impl Default for HIDP_CAPS_Range
Source§fn default() -> HIDP_CAPS_Range
fn default() -> HIDP_CAPS_Range
Returns the “default value” for a type. Read more
impl Copy for HIDP_CAPS_Range
Auto Trait Implementations§
impl Freeze for HIDP_CAPS_Range
impl RefUnwindSafe for HIDP_CAPS_Range
impl Send for HIDP_CAPS_Range
impl Sync for HIDP_CAPS_Range
impl Unpin for HIDP_CAPS_Range
impl UnwindSafe for HIDP_CAPS_Range
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