#[repr(C)]pub struct bnep_conndel_req {
pub flags: u32,
pub dst: [u8; 6],
}Fields§
§flags: u32§dst: [u8; 6]Trait Implementations§
Source§impl Clone for bnep_conndel_req
impl Clone for bnep_conndel_req
Source§fn clone(&self) -> bnep_conndel_req
fn clone(&self) -> bnep_conndel_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 moreimpl Copy for bnep_conndel_req
Auto Trait Implementations§
impl Freeze for bnep_conndel_req
impl RefUnwindSafe for bnep_conndel_req
impl Send for bnep_conndel_req
impl Sync for bnep_conndel_req
impl Unpin for bnep_conndel_req
impl UnwindSafe for bnep_conndel_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