#[repr(C)]pub struct nrf_modem_dect_phy_capability {
pub dect_version: u8,
pub variant_count: u8,
pub variant: __IncompleteArrayField<nrf_modem_dect_phy_capability__bindgen_ty_1>,
}Expand description
Modem PHY capabilities.
Fields§
§dect_version: u8DECT NR+ version.
variant_count: u8Number of elements in @ref variant.
variant: __IncompleteArrayField<nrf_modem_dect_phy_capability__bindgen_ty_1>Trait Implementations§
Auto Trait Implementations§
impl Freeze for nrf_modem_dect_phy_capability
impl RefUnwindSafe for nrf_modem_dect_phy_capability
impl Send for nrf_modem_dect_phy_capability
impl Sync for nrf_modem_dect_phy_capability
impl Unpin for nrf_modem_dect_phy_capability
impl UnwindSafe for nrf_modem_dect_phy_capability
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