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