#[repr(C)]
pub union nrf_radio_signal_callback_return_param_t__bindgen_ty_1 {
pub request: nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_1,
pub extend: nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2,
/* private fields */
}
Fields§
§request: nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_1
< Additional parameters for return_code @ref NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END.
extend: nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2
< Additional parameters for return_code @ref NRF_RADIO_SIGNAL_CALLBACK_ACTION_EXTEND.
Trait Implementations§
source§impl Clone for nrf_radio_signal_callback_return_param_t__bindgen_ty_1
impl Clone for nrf_radio_signal_callback_return_param_t__bindgen_ty_1
source§fn clone(&self) -> nrf_radio_signal_callback_return_param_t__bindgen_ty_1
fn clone(&self) -> nrf_radio_signal_callback_return_param_t__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