#[repr(C)]pub struct UsageRefMulti {
pub uref: UsageRef,
pub num_values: u32,
pub values: [i32; 1024],
}
Expand description
hiddev_usage_ref_multi is used for sending multiple bytes to a control. It really manifests itself as setting the value of consecutive usages
Fields§
§uref: UsageRef
§num_values: u32
§values: [i32; 1024]
Trait Implementations§
Source§impl Default for UsageRefMulti
impl Default for UsageRefMulti
Auto Trait Implementations§
impl Freeze for UsageRefMulti
impl RefUnwindSafe for UsageRefMulti
impl Send for UsageRefMulti
impl Sync for UsageRefMulti
impl Unpin for UsageRefMulti
impl UnwindSafe for UsageRefMulti
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