Struct nrf_softdevice_s112::nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2
source · #[repr(C)]pub struct nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2 {
pub length_us: u32,
}
Fields§
§length_us: u32
< Requested extension of the radio timeslot duration (microseconds) (for minimum time see @ref NRF_RADIO_MINIMUM_TIMESLOT_LENGTH_EXTENSION_TIME_US).
Trait Implementations§
source§impl Clone for nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2
impl Clone for nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2
source§fn clone(
&self
) -> nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2
fn clone(
&self
) -> nrf_radio_signal_callback_return_param_t__bindgen_ty_1__bindgen_ty_2
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