Struct nrf_softdevice_s113::ble_uuid128_t
source · #[repr(C)]pub struct ble_uuid128_t {
pub uuid128: [u8; 16],
}
Expand description
@brief 128 bit UUID values.
Fields§
§uuid128: [u8; 16]
< Little-Endian UUID bytes.
Trait Implementations§
source§impl Clone for ble_uuid128_t
impl Clone for ble_uuid128_t
source§fn clone(&self) -> ble_uuid128_t
fn clone(&self) -> ble_uuid128_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