#[repr(C, packed(1))]pub struct reject_sync_conn_req_cp {
pub bdaddr: bdaddr_t,
pub reason: u8,
}Fields§
§bdaddr: bdaddr_t§reason: u8Trait Implementations§
Source§impl Clone for reject_sync_conn_req_cp
impl Clone for reject_sync_conn_req_cp
Source§fn clone(&self) -> reject_sync_conn_req_cp
fn clone(&self) -> reject_sync_conn_req_cp
Returns a copy 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 reject_sync_conn_req_cp
impl Debug for reject_sync_conn_req_cp
impl Copy for reject_sync_conn_req_cp
Auto Trait Implementations§
impl Freeze for reject_sync_conn_req_cp
impl RefUnwindSafe for reject_sync_conn_req_cp
impl Send for reject_sync_conn_req_cp
impl Sync for reject_sync_conn_req_cp
impl Unpin for reject_sync_conn_req_cp
impl UnwindSafe for reject_sync_conn_req_cp
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