Struct nrf_softdevice_s112::nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_1
source · #[repr(C)]pub struct nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_1 {
pub p_next: *mut nrf_radio_request_t,
}
Fields§
§p_next: *mut nrf_radio_request_t
< The request parameters for the next radio timeslot.
Trait Implementations§
source§impl Clone for nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_1
impl Clone for nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_1
source§fn clone(
&self
) -> nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_1
fn clone(
&self
) -> nrf_radio_signal_callback_return_param_t__bindgen_ty_1__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