#[repr(C, packed(1))]pub struct ble_hci_ev_le_subev_big_complete {}Fields§
§subev_code: u8§status: u8§big_handle: u8§big_sync_delay: [u8; 3]§transport_latency: [u8; 3]§phy: u8§nse: u8§bn: u8§pto: u8§irc: u8§max_pdu: u16§iso_interval: u16§bis_cnt: u8§bis: __IncompleteArrayField<u16>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ble_hci_ev_le_subev_big_complete
impl RefUnwindSafe for ble_hci_ev_le_subev_big_complete
impl Send for ble_hci_ev_le_subev_big_complete
impl Sync for ble_hci_ev_le_subev_big_complete
impl Unpin for ble_hci_ev_le_subev_big_complete
impl UnwindSafe for ble_hci_ev_le_subev_big_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