Struct riot_sys::ble_hs_stop_listener
source · #[repr(C)]pub struct ble_hs_stop_listener {
pub fn_: ble_hs_stop_fn,
pub arg: *mut c_void,
pub link: ble_hs_stop_listener__bindgen_ty_1,
}
Expand description
@brief Used to report the result of a stop procedure.
This should be used as an opaque structure and not modified manually.
Fields§
§fn_: ble_hs_stop_fn
§arg: *mut c_void
§link: ble_hs_stop_listener__bindgen_ty_1
Trait Implementations§
source§impl Clone for ble_hs_stop_listener
impl Clone for ble_hs_stop_listener
source§fn clone(&self) -> ble_hs_stop_listener
fn clone(&self) -> ble_hs_stop_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