#[repr(C)]
pub union ble_common_cfg_t {
pub vs_uuid_cfg: ble_common_cfg_vs_uuid_t,
/* private fields */
}
Expand description
@brief Common BLE Configuration type, wrapping the common configurations.
Fields§
§vs_uuid_cfg: ble_common_cfg_vs_uuid_t
< Vendor Specific base UUID configuration, cfg_id is @ref BLE_COMMON_CFG_VS_UUID.
Trait Implementations§
source§impl Clone for ble_common_cfg_t
impl Clone for ble_common_cfg_t
source§fn clone(&self) -> ble_common_cfg_t
fn clone(&self) -> ble_common_cfg_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