#[repr(C)]pub struct cmtp_conndel_req {
pub bdaddr: bdaddr_t,
pub flags: u32,
}Fields§
§bdaddr: bdaddr_t§flags: u32Trait Implementations§
Source§impl Clone for cmtp_conndel_req
impl Clone for cmtp_conndel_req
Source§fn clone(&self) -> cmtp_conndel_req
fn clone(&self) -> cmtp_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 moreSource§impl Debug for cmtp_conndel_req
impl Debug for cmtp_conndel_req
impl Copy for cmtp_conndel_req
Auto Trait Implementations§
impl Freeze for cmtp_conndel_req
impl RefUnwindSafe for cmtp_conndel_req
impl Send for cmtp_conndel_req
impl Sync for cmtp_conndel_req
impl Unpin for cmtp_conndel_req
impl UnwindSafe for cmtp_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