#[repr(C)]
pub union ble_gap_evt_timeout_t__bindgen_ty_1 {
pub adv_report_buffer: ble_data_t,
/* private fields */
}
Fields§
§adv_report_buffer: ble_data_t
< If source is set to @ref BLE_GAP_TIMEOUT_SRC_SCAN, the released scan buffer is contained in this field.
Trait Implementations§
source§impl Clone for ble_gap_evt_timeout_t__bindgen_ty_1
impl Clone for ble_gap_evt_timeout_t__bindgen_ty_1
source§fn clone(&self) -> ble_gap_evt_timeout_t__bindgen_ty_1
fn clone(&self) -> ble_gap_evt_timeout_t__bindgen_ty_1
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