#[repr(C)]pub struct nrf_radio_signal_callback_return_param_t {
pub callback_action: u8,
pub params: nrf_radio_signal_callback_return_param_t__bindgen_ty_1,
}
Expand description
@brief Return parameters of the radio timeslot signal callback.
Fields§
§callback_action: u8
< The action requested by the application when returning from the signal callback, see @ref NRF_RADIO_SIGNAL_CALLBACK_ACTION.
params: nrf_radio_signal_callback_return_param_t__bindgen_ty_1
< Parameter union.
Trait Implementations§
source§impl Clone for nrf_radio_signal_callback_return_param_t
impl Clone for nrf_radio_signal_callback_return_param_t
source§fn clone(&self) -> nrf_radio_signal_callback_return_param_t
fn clone(&self) -> nrf_radio_signal_callback_return_param_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