#[repr(C)]pub struct nrf_modem_dect_phy_tx_rx_params {
pub tx: nrf_modem_dect_phy_tx_params,
pub rx: nrf_modem_dect_phy_rx_params,
}Expand description
Combined TX and RX operation.
Fields§
§tx: nrf_modem_dect_phy_tx_paramsTX operation.
rx: nrf_modem_dect_phy_rx_paramsRX operation.
The start time of the RX operation is relative to the end of the TX operation and it must include the guard time.
Trait Implementations§
Source§impl Clone for nrf_modem_dect_phy_tx_rx_params
impl Clone for nrf_modem_dect_phy_tx_rx_params
Source§fn clone(&self) -> nrf_modem_dect_phy_tx_rx_params
fn clone(&self) -> nrf_modem_dect_phy_tx_rx_params
Returns a duplicate 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 moreimpl Copy for nrf_modem_dect_phy_tx_rx_params
Auto Trait Implementations§
impl Freeze for nrf_modem_dect_phy_tx_rx_params
impl RefUnwindSafe for nrf_modem_dect_phy_tx_rx_params
impl !Send for nrf_modem_dect_phy_tx_rx_params
impl !Sync for nrf_modem_dect_phy_tx_rx_params
impl Unpin for nrf_modem_dect_phy_tx_rx_params
impl UnsafeUnpin for nrf_modem_dect_phy_tx_rx_params
impl UnwindSafe for nrf_modem_dect_phy_tx_rx_params
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more