#[repr(C)]pub struct HIDP_VALUE_CAPS_0_1 {
pub UsageMin: u16,
pub UsageMax: u16,
pub StringMin: u16,
pub StringMax: u16,
pub DesignatorMin: u16,
pub DesignatorMax: u16,
pub DataIndexMin: u16,
pub DataIndexMax: u16,
}Fields§
§UsageMin: u16§UsageMax: u16§StringMin: u16§StringMax: u16§DesignatorMin: u16§DesignatorMax: u16§DataIndexMin: u16§DataIndexMax: u16Trait Implementations§
Source§impl Clone for HIDP_VALUE_CAPS_0_1
impl Clone for HIDP_VALUE_CAPS_0_1
Source§fn clone(&self) -> HIDP_VALUE_CAPS_0_1
fn clone(&self) -> HIDP_VALUE_CAPS_0_1
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 HIDP_VALUE_CAPS_0_1
impl Debug for HIDP_VALUE_CAPS_0_1
Source§impl Default for HIDP_VALUE_CAPS_0_1
impl Default for HIDP_VALUE_CAPS_0_1
Source§impl PartialEq for HIDP_VALUE_CAPS_0_1
impl PartialEq for HIDP_VALUE_CAPS_0_1
impl Copy for HIDP_VALUE_CAPS_0_1
impl Eq for HIDP_VALUE_CAPS_0_1
Auto Trait Implementations§
impl Freeze for HIDP_VALUE_CAPS_0_1
impl RefUnwindSafe for HIDP_VALUE_CAPS_0_1
impl Send for HIDP_VALUE_CAPS_0_1
impl Sync for HIDP_VALUE_CAPS_0_1
impl Unpin for HIDP_VALUE_CAPS_0_1
impl UnwindSafe for HIDP_VALUE_CAPS_0_1
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