#[repr(C)]pub struct ble_gatts_evt_hvn_tx_complete_t {
pub count: u8,
}
Expand description
@brief Event structure for @ref BLE_GATTS_EVT_HVN_TX_COMPLETE.
Fields§
§count: u8
< Number of notification transmissions completed.
Trait Implementations§
source§impl Clone for ble_gatts_evt_hvn_tx_complete_t
impl Clone for ble_gatts_evt_hvn_tx_complete_t
source§fn clone(&self) -> ble_gatts_evt_hvn_tx_complete_t
fn clone(&self) -> ble_gatts_evt_hvn_tx_complete_t
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 more