#[repr(C)]pub struct bnep_connadd_req {
pub sock: c_int,
pub flags: u32,
pub role: u16,
pub device: [c_char; 16],
}Fields§
§sock: c_int§flags: u32§role: u16§device: [c_char; 16]Trait Implementations§
Source§impl Clone for bnep_connadd_req
impl Clone for bnep_connadd_req
Source§fn clone(&self) -> bnep_connadd_req
fn clone(&self) -> bnep_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 bnep_connadd_req
impl Debug for bnep_connadd_req
impl Copy for bnep_connadd_req
Auto Trait Implementations§
impl Freeze for bnep_connadd_req
impl RefUnwindSafe for bnep_connadd_req
impl Send for bnep_connadd_req
impl Sync for bnep_connadd_req
impl Unpin for bnep_connadd_req
impl UnwindSafe for bnep_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