Struct riot_sys::ble_gatt_dsc
source · #[repr(C)]pub struct ble_gatt_dsc {
pub handle: u16,
pub uuid: ble_uuid_any_t,
}
Fields§
§handle: u16
§uuid: ble_uuid_any_t
Trait Implementations§
source§impl Clone for ble_gatt_dsc
impl Clone for ble_gatt_dsc
source§fn clone(&self) -> ble_gatt_dsc
fn clone(&self) -> ble_gatt_dsc
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