Struct nrf_softdevice_s112::ble_gattc_service_t
source · #[repr(C)]pub struct ble_gattc_service_t {
pub uuid: ble_uuid_t,
pub handle_range: ble_gattc_handle_range_t,
}
Expand description
@brief GATT service.
Fields§
§uuid: ble_uuid_t
< Service UUID.
handle_range: ble_gattc_handle_range_t
< Service Handle Range.
Trait Implementations§
source§impl Clone for ble_gattc_service_t
impl Clone for ble_gattc_service_t
source§fn clone(&self) -> ble_gattc_service_t
fn clone(&self) -> ble_gattc_service_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