#[repr(C)]pub struct HIDP_BUTTON_CAPS {Show 13 fields
pub UsagePage: USAGE,
pub ReportID: UCHAR,
pub IsAlias: BOOLEAN,
pub BitField: USHORT,
pub LinkCollection: USHORT,
pub LinkUsage: USAGE,
pub LinkUsagePage: USAGE,
pub IsRange: BOOLEAN,
pub IsStringRange: BOOLEAN,
pub IsDesignatorRange: BOOLEAN,
pub IsAbsolute: BOOLEAN,
pub Reserved: [ULONG; 10],
pub u: HIDP_CAPS_u,
}
Fields§
§UsagePage: USAGE
§ReportID: UCHAR
§IsAlias: BOOLEAN
§BitField: USHORT
§LinkCollection: USHORT
§LinkUsage: USAGE
§LinkUsagePage: USAGE
§IsRange: BOOLEAN
§IsStringRange: BOOLEAN
§IsDesignatorRange: BOOLEAN
§IsAbsolute: BOOLEAN
§Reserved: [ULONG; 10]
§u: HIDP_CAPS_u
Trait Implementations§
Source§impl Clone for HIDP_BUTTON_CAPS
impl Clone for HIDP_BUTTON_CAPS
Source§fn clone(&self) -> HIDP_BUTTON_CAPS
fn clone(&self) -> HIDP_BUTTON_CAPS
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_BUTTON_CAPS
impl Default for HIDP_BUTTON_CAPS
Source§fn default() -> HIDP_BUTTON_CAPS
fn default() -> HIDP_BUTTON_CAPS
Returns the “default value” for a type. Read more
impl Copy for HIDP_BUTTON_CAPS
Auto Trait Implementations§
impl Freeze for HIDP_BUTTON_CAPS
impl RefUnwindSafe for HIDP_BUTTON_CAPS
impl Send for HIDP_BUTTON_CAPS
impl Sync for HIDP_BUTTON_CAPS
impl Unpin for HIDP_BUTTON_CAPS
impl UnwindSafe for HIDP_BUTTON_CAPS
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