#[repr(C)]pub struct nrf_modem_dect_phy_capability__bindgen_ty_1 {
pub rx_spatial_streams: u8,
pub rx_tx_diversity: u8,
pub mcs_max: u8,
pub harq_soft_buf_size: u32,
pub harq_process_count_max: u8,
pub harq_feedback_delay: u8,
pub mu: u8,
pub beta: u8,
}Expand description
Capability variants.
Fields§
§rx_spatial_streams: u8Supported reception capability of spatial stream transmissions.
rx_tx_diversity: u8Reception capability of TX diversity transmission.
mcs_max: u8Maximum supported modulation and coding scheme for reception.
harq_soft_buf_size: u32HARQ soft buffer size.
harq_process_count_max: u8Maximum number of HARQ processes.
harq_feedback_delay: u8HARQ feedback delay, in subslots.
mu: u8Subcarrier scaling factor.
beta: u8Fourier transform scaling factor.
Trait Implementations§
Source§impl Clone for nrf_modem_dect_phy_capability__bindgen_ty_1
impl Clone for nrf_modem_dect_phy_capability__bindgen_ty_1
Source§fn clone(&self) -> nrf_modem_dect_phy_capability__bindgen_ty_1
fn clone(&self) -> nrf_modem_dect_phy_capability__bindgen_ty_1
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_capability__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for nrf_modem_dect_phy_capability__bindgen_ty_1
impl RefUnwindSafe for nrf_modem_dect_phy_capability__bindgen_ty_1
impl Send for nrf_modem_dect_phy_capability__bindgen_ty_1
impl Sync for nrf_modem_dect_phy_capability__bindgen_ty_1
impl Unpin for nrf_modem_dect_phy_capability__bindgen_ty_1
impl UnsafeUnpin for nrf_modem_dect_phy_capability__bindgen_ty_1
impl UnwindSafe for nrf_modem_dect_phy_capability__bindgen_ty_1
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