#[repr(C)]
pub union nrf_radio_request_t__bindgen_ty_1 {
    pub earliest: nrf_radio_request_earliest_t,
    pub normal: nrf_radio_request_normal_t,
    /* private fields */
}Fields§
§earliest: nrf_radio_request_earliest_t< Parameters for requesting a radio timeslot as early as possible.
normal: nrf_radio_request_normal_t< Parameters for requesting a normal radio timeslot.
Trait Implementations§
source§impl Clone for nrf_radio_request_t__bindgen_ty_1
 
impl Clone for nrf_radio_request_t__bindgen_ty_1
source§fn clone(&self) -> nrf_radio_request_t__bindgen_ty_1
 
fn clone(&self) -> nrf_radio_request_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