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