#[repr(C)]pub struct hidp_connadd_req {}Fields§
§ctrl_sock: c_int§intr_sock: c_int§parser: u16§rd_size: u16§rd_data: *mut u8§country: u8§subclass: u8§vendor: u16§product: u16§version: u16§flags: u32§idle_to: u32§name: [c_char; 128]Trait Implementations§
Source§impl Clone for hidp_connadd_req
impl Clone for hidp_connadd_req
Source§fn clone(&self) -> hidp_connadd_req
fn clone(&self) -> hidp_connadd_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 hidp_connadd_req
impl Debug for hidp_connadd_req
impl Copy for hidp_connadd_req
Auto Trait Implementations§
impl Freeze for hidp_connadd_req
impl RefUnwindSafe for hidp_connadd_req
impl !Send for hidp_connadd_req
impl !Sync for hidp_connadd_req
impl Unpin for hidp_connadd_req
impl UnwindSafe for hidp_connadd_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