#[repr(C, packed(1))]pub struct ble_hci_ev_le_subev_enh_conn_complete {
pub subev_code: u8,
pub status: u8,
pub conn_handle: u16,
pub role: u8,
pub peer_addr_type: u8,
pub peer_addr: [u8; 6],
pub local_rpa: [u8; 6],
pub peer_rpa: [u8; 6],
pub conn_itvl: u16,
pub conn_latency: u16,
pub supervision_timeout: u16,
pub mca: u8,
}Fields§
§subev_code: u8§status: u8§conn_handle: u16§role: u8§peer_addr_type: u8§peer_addr: [u8; 6]§local_rpa: [u8; 6]§peer_rpa: [u8; 6]§conn_itvl: u16§conn_latency: u16§supervision_timeout: u16§mca: u8Trait Implementations§
Source§impl Clone for ble_hci_ev_le_subev_enh_conn_complete
impl Clone for ble_hci_ev_le_subev_enh_conn_complete
Source§fn clone(&self) -> ble_hci_ev_le_subev_enh_conn_complete
fn clone(&self) -> ble_hci_ev_le_subev_enh_conn_complete
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 moreimpl Copy for ble_hci_ev_le_subev_enh_conn_complete
Auto Trait Implementations§
impl Freeze for ble_hci_ev_le_subev_enh_conn_complete
impl RefUnwindSafe for ble_hci_ev_le_subev_enh_conn_complete
impl Send for ble_hci_ev_le_subev_enh_conn_complete
impl Sync for ble_hci_ev_le_subev_enh_conn_complete
impl Unpin for ble_hci_ev_le_subev_enh_conn_complete
impl UnwindSafe for ble_hci_ev_le_subev_enh_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