#[repr(C)]pub struct ble_gap_evt_data_length_update_t {
pub effective_params: ble_gap_data_length_params_t,
}
Expand description
@brief Event structure for @ref BLE_GAP_EVT_DATA_LENGTH_UPDATE.
Fields§
§effective_params: ble_gap_data_length_params_t
< The effective data length parameters.
Trait Implementations§
source§impl Clone for ble_gap_evt_data_length_update_t
impl Clone for ble_gap_evt_data_length_update_t
source§fn clone(&self) -> ble_gap_evt_data_length_update_t
fn clone(&self) -> ble_gap_evt_data_length_update_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