#[repr(C)]pub struct HIDP_VALUE_CAPS {Show 23 fields
pub UsagePage: u16,
pub ReportID: u8,
pub IsAlias: u8,
pub BitField: u16,
pub LinkCollection: u16,
pub LinkUsage: u16,
pub LinkUsagePage: u16,
pub IsRange: u8,
pub IsStringRange: u8,
pub IsDesignatorRange: u8,
pub IsAbsolute: u8,
pub HasNull: u8,
pub Reserved: u8,
pub BitSize: u16,
pub ReportCount: u16,
pub Reserved2: [u16; 5],
pub UnitsExp: u32,
pub Units: u32,
pub LogicalMin: i32,
pub LogicalMax: i32,
pub PhysicalMin: i32,
pub PhysicalMax: i32,
pub Anonymous: HIDP_VALUE_CAPS_0,
}Fields§
§UsagePage: u16§ReportID: u8§IsAlias: u8§BitField: u16§LinkCollection: u16§LinkUsage: u16§LinkUsagePage: u16§IsRange: u8§IsStringRange: u8§IsDesignatorRange: u8§IsAbsolute: u8§HasNull: u8§Reserved: u8§BitSize: u16§ReportCount: u16§Reserved2: [u16; 5]§UnitsExp: u32§Units: u32§LogicalMin: i32§LogicalMax: i32§PhysicalMin: i32§PhysicalMax: i32§Anonymous: HIDP_VALUE_CAPS_0Trait Implementations§
Source§impl Abi for HIDP_VALUE_CAPS
impl Abi for HIDP_VALUE_CAPS
Source§type Abi = HIDP_VALUE_CAPS
type Abi = HIDP_VALUE_CAPS
The abi representation of the implementing type. Read more
type DefaultType = HIDP_VALUE_CAPS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for HIDP_VALUE_CAPS
impl Clone for HIDP_VALUE_CAPS
Source§fn clone(&self) -> HIDP_VALUE_CAPS
fn clone(&self) -> HIDP_VALUE_CAPS
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 PartialEq for HIDP_VALUE_CAPS
impl PartialEq for HIDP_VALUE_CAPS
impl Copy for HIDP_VALUE_CAPS
impl Eq for HIDP_VALUE_CAPS
Auto Trait Implementations§
impl Freeze for HIDP_VALUE_CAPS
impl RefUnwindSafe for HIDP_VALUE_CAPS
impl Send for HIDP_VALUE_CAPS
impl Sync for HIDP_VALUE_CAPS
impl Unpin for HIDP_VALUE_CAPS
impl UnwindSafe for HIDP_VALUE_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