Struct nrf_softdevice_s113::ble_gap_evt_t
source · #[repr(C)]pub struct ble_gap_evt_t {
pub conn_handle: u16,
pub params: ble_gap_evt_t__bindgen_ty_1,
}
Expand description
@brief GAP event structure.
Fields§
§conn_handle: u16
< Connection Handle on which event occurred.
params: ble_gap_evt_t__bindgen_ty_1
< Event Parameters.
Trait Implementations§
source§impl Clone for ble_gap_evt_t
impl Clone for ble_gap_evt_t
source§fn clone(&self) -> ble_gap_evt_t
fn clone(&self) -> ble_gap_evt_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