Struct nrf_softdevice_s113::ble_uuid_t
source · #[repr(C)]pub struct ble_uuid_t {
pub uuid: u16,
pub type_: u8,
}
Expand description
@brief Bluetooth Low Energy UUID type, encapsulates both 16-bit and 128-bit UUIDs.
Fields§
§uuid: u16
< 16-bit UUID value or octets 12-13 of 128-bit UUID.
type_: u8
< UUID type, see @ref BLE_UUID_TYPES. If type is @ref BLE_UUID_TYPE_UNKNOWN, the value of uuid is undefined.
Trait Implementations§
source§impl Clone for ble_uuid_t
impl Clone for ble_uuid_t
source§fn clone(&self) -> ble_uuid_t
fn clone(&self) -> ble_uuid_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