#[repr(C)]
pub union ble_conn_cfg_t__bindgen_ty_1 {
pub gap_conn_cfg: ble_gap_conn_cfg_t,
pub gattc_conn_cfg: ble_gattc_conn_cfg_t,
pub gatts_conn_cfg: ble_gatts_conn_cfg_t,
pub gatt_conn_cfg: ble_gatt_conn_cfg_t,
pub l2cap_conn_cfg: ble_l2cap_conn_cfg_t,
/* private fields */
}
Fields§
§gap_conn_cfg: ble_gap_conn_cfg_t
< GAP connection configuration, cfg_id is @ref BLE_CONN_CFG_GAP.
gattc_conn_cfg: ble_gattc_conn_cfg_t
< GATTC connection configuration, cfg_id is @ref BLE_CONN_CFG_GATTC.
gatts_conn_cfg: ble_gatts_conn_cfg_t
< GATTS connection configuration, cfg_id is @ref BLE_CONN_CFG_GATTS.
gatt_conn_cfg: ble_gatt_conn_cfg_t
< GATT connection configuration, cfg_id is @ref BLE_CONN_CFG_GATT.
l2cap_conn_cfg: ble_l2cap_conn_cfg_t
< L2CAP connection configuration, cfg_id is @ref BLE_CONN_CFG_L2CAP.
Trait Implementations§
source§impl Clone for ble_conn_cfg_t__bindgen_ty_1
impl Clone for ble_conn_cfg_t__bindgen_ty_1
source§fn clone(&self) -> ble_conn_cfg_t__bindgen_ty_1
fn clone(&self) -> ble_conn_cfg_t__bindgen_ty_1
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