Struct nrf_softdevice_s122::ble_gatts_evt_hvc_t
source · #[repr(C)]pub struct ble_gatts_evt_hvc_t {
pub handle: u16,
}
Expand description
@brief Event structure for @ref BLE_GATTS_EVT_HVC.
Fields§
§handle: u16
< Attribute Handle.
Trait Implementations§
source§impl Clone for ble_gatts_evt_hvc_t
impl Clone for ble_gatts_evt_hvc_t
source§fn clone(&self) -> ble_gatts_evt_hvc_t
fn clone(&self) -> ble_gatts_evt_hvc_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