Struct riot_sys::ble_gap_event_listener
source · #[repr(C)]pub struct ble_gap_event_listener {
pub fn_: ble_gap_event_fn,
pub arg: *mut c_void,
pub link: ble_gap_event_listener__bindgen_ty_1,
}
Expand description
Event listener structure
This should be used as an opaque structure and not modified manually.
Fields§
§fn_: ble_gap_event_fn
§arg: *mut c_void
§link: ble_gap_event_listener__bindgen_ty_1
Trait Implementations§
source§impl Clone for ble_gap_event_listener
impl Clone for ble_gap_event_listener
source§fn clone(&self) -> ble_gap_event_listener
fn clone(&self) -> ble_gap_event_listener
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