Struct riot_sys::ble_hci_ev_num_comp_pkts
source · #[repr(C, packed)]pub struct ble_hci_ev_num_comp_pkts {
pub count: u8,
pub completed: __IncompleteArrayField<comp_pkt>,
}
Fields§
§count: u8
§completed: __IncompleteArrayField<comp_pkt>
Trait Implementations§
source§impl Debug for ble_hci_ev_num_comp_pkts
impl Debug for ble_hci_ev_num_comp_pkts
Auto Trait Implementations§
impl RefUnwindSafe for ble_hci_ev_num_comp_pkts
impl Send for ble_hci_ev_num_comp_pkts
impl Sync for ble_hci_ev_num_comp_pkts
impl Unpin for ble_hci_ev_num_comp_pkts
impl UnwindSafe for ble_hci_ev_num_comp_pkts
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