Struct nrf_softdevice_s113::ble_gattc_include_t
source · #[repr(C)]pub struct ble_gattc_include_t {
pub handle: u16,
pub included_srvc: ble_gattc_service_t,
}
Expand description
@brief GATT include.
Fields§
§handle: u16
< Include Handle.
included_srvc: ble_gattc_service_t
< Handle of the included service.
Trait Implementations§
source§impl Clone for ble_gattc_include_t
impl Clone for ble_gattc_include_t
source§fn clone(&self) -> ble_gattc_include_t
fn clone(&self) -> ble_gattc_include_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