Struct riot_sys::ble_uuid16_t
source · #[repr(C)]pub struct ble_uuid16_t {
pub u: ble_uuid_t,
pub value: u16,
}
Expand description
16-bit UUID
Fields§
§u: ble_uuid_t
§value: u16
Trait Implementations§
source§impl Clone for ble_uuid16_t
impl Clone for ble_uuid16_t
source§fn clone(&self) -> ble_uuid16_t
fn clone(&self) -> ble_uuid16_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 moresource§impl Debug for ble_uuid16_t
impl Debug for ble_uuid16_t
source§impl Default for ble_uuid16_t
impl Default for ble_uuid16_t
source§fn default() -> ble_uuid16_t
fn default() -> ble_uuid16_t
Returns the “default value” for a type. Read more