#[repr(C)]pub struct hidp_connlist_req {
pub cnum: u32,
pub ci: *mut hidp_conninfo,
}Fields§
§cnum: u32§ci: *mut hidp_conninfoTrait Implementations§
Source§impl Clone for hidp_connlist_req
impl Clone for hidp_connlist_req
Source§fn clone(&self) -> hidp_connlist_req
fn clone(&self) -> hidp_connlist_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_connlist_req
impl Debug for hidp_connlist_req
impl Copy for hidp_connlist_req
Auto Trait Implementations§
impl Freeze for hidp_connlist_req
impl RefUnwindSafe for hidp_connlist_req
impl !Send for hidp_connlist_req
impl !Sync for hidp_connlist_req
impl Unpin for hidp_connlist_req
impl UnwindSafe for hidp_connlist_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