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