#[repr(C)]pub struct ble_gatts_evt_timeout_t {
pub src: u8,
}
Expand description
@brief Event structure for @ref BLE_GATTS_EVT_TIMEOUT.
Fields§
§src: u8
< Timeout source, see @ref BLE_GATT_TIMEOUT_SOURCES.
Trait Implementations§
source§impl Clone for ble_gatts_evt_timeout_t
impl Clone for ble_gatts_evt_timeout_t
source§fn clone(&self) -> ble_gatts_evt_timeout_t
fn clone(&self) -> ble_gatts_evt_timeout_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