[][src]Union nrf_softdevice_s113::ble_conn_cfg_t__bindgen_ty_1

#[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,
    // some fields omitted
}

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

impl Clone for ble_conn_cfg_t__bindgen_ty_1[src]

impl Copy for ble_conn_cfg_t__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.