#[repr(C, packed(1))]pub struct evt_sync_conn_complete {
pub status: u8,
pub handle: u16,
pub bdaddr: bdaddr_t,
pub link_type: u8,
pub trans_interval: u8,
pub retrans_window: u8,
pub rx_pkt_len: u16,
pub tx_pkt_len: u16,
pub air_mode: u8,
}
Fields§
§status: u8
§handle: u16
§bdaddr: bdaddr_t
§link_type: u8
§trans_interval: u8
§retrans_window: u8
§rx_pkt_len: u16
§tx_pkt_len: u16
§air_mode: u8
Trait Implementations§
Source§impl Clone for evt_sync_conn_complete
impl Clone for evt_sync_conn_complete
Source§fn clone(&self) -> evt_sync_conn_complete
fn clone(&self) -> evt_sync_conn_complete
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 evt_sync_conn_complete
impl Debug for evt_sync_conn_complete
impl Copy for evt_sync_conn_complete
Auto Trait Implementations§
impl Freeze for evt_sync_conn_complete
impl RefUnwindSafe for evt_sync_conn_complete
impl Send for evt_sync_conn_complete
impl Sync for evt_sync_conn_complete
impl Unpin for evt_sync_conn_complete
impl UnwindSafe for evt_sync_conn_complete
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