#[repr(C, packed(1))]pub struct uhid_input2_req {
pub size: __u16,
pub data: [__u8; 4096],
}Fields§
§size: __u16§data: [__u8; 4096]Trait Implementations§
Source§impl Clone for uhid_input2_req
impl Clone for uhid_input2_req
Source§fn clone(&self) -> uhid_input2_req
fn clone(&self) -> uhid_input2_req
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 moreimpl Copy for uhid_input2_req
Auto Trait Implementations§
impl Freeze for uhid_input2_req
impl RefUnwindSafe for uhid_input2_req
impl Send for uhid_input2_req
impl Sync for uhid_input2_req
impl Unpin for uhid_input2_req
impl UnwindSafe for uhid_input2_req
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