#[repr(C)]pub struct ble_gatts_evt_sys_attr_missing_t {
pub hint: u8,
}
Expand description
@brief Event structure for @ref BLE_GATTS_EVT_SYS_ATTR_MISSING.
Fields§
§hint: u8
< Hint (currently unused).
Trait Implementations§
source§impl Clone for ble_gatts_evt_sys_attr_missing_t
impl Clone for ble_gatts_evt_sys_attr_missing_t
source§fn clone(&self) -> ble_gatts_evt_sys_attr_missing_t
fn clone(&self) -> ble_gatts_evt_sys_attr_missing_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