#[repr(C)]pub struct HIDP_CAPS_NotRange {
pub Usage: USAGE,
pub Reserved1: USAGE,
pub StringIndex: USHORT,
pub Reserved2: USHORT,
pub DesignatorIndex: USHORT,
pub Reserved3: USHORT,
pub DataIndex: USHORT,
pub Reserved4: USHORT,
}Fields§
§Usage: USAGE§Reserved1: USAGE§StringIndex: USHORT§Reserved2: USHORT§DesignatorIndex: USHORT§Reserved3: USHORT§DataIndex: USHORT§Reserved4: USHORTTrait Implementations§
Source§impl Clone for HIDP_CAPS_NotRange
impl Clone for HIDP_CAPS_NotRange
Source§fn clone(&self) -> HIDP_CAPS_NotRange
fn clone(&self) -> HIDP_CAPS_NotRange
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 HIDP_CAPS_NotRange
impl Default for HIDP_CAPS_NotRange
Source§fn default() -> HIDP_CAPS_NotRange
fn default() -> HIDP_CAPS_NotRange
Returns the “default value” for a type. Read more
impl Copy for HIDP_CAPS_NotRange
Auto Trait Implementations§
impl Freeze for HIDP_CAPS_NotRange
impl RefUnwindSafe for HIDP_CAPS_NotRange
impl Send for HIDP_CAPS_NotRange
impl Sync for HIDP_CAPS_NotRange
impl Unpin for HIDP_CAPS_NotRange
impl UnwindSafe for HIDP_CAPS_NotRange
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