#[repr(C)]pub struct nrf_modem_dect_phy_link_id {
pub short_network_id: u8,
pub short_rd_id: u16,
}Expand description
Radio link identifier.
Identifies a radio link using fields that are available in Physical Layer Control Field.
Fields§
§short_network_id: u8Short Network ID.
See 6.2.1 in @ref DECT-SPEC “DECT-2020 NR Part 4”.
short_rd_id: u16Short Radio Device ID.
Big endian encoding. Used for transmitter identity in @ref DECT-SPEC “DECT-2020 NR Part 4”.
Trait Implementations§
Source§impl Clone for nrf_modem_dect_phy_link_id
impl Clone for nrf_modem_dect_phy_link_id
Source§fn clone(&self) -> nrf_modem_dect_phy_link_id
fn clone(&self) -> nrf_modem_dect_phy_link_id
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 moreSource§impl Debug for nrf_modem_dect_phy_link_id
impl Debug for nrf_modem_dect_phy_link_id
impl Copy for nrf_modem_dect_phy_link_id
Auto Trait Implementations§
impl Freeze for nrf_modem_dect_phy_link_id
impl RefUnwindSafe for nrf_modem_dect_phy_link_id
impl Send for nrf_modem_dect_phy_link_id
impl Sync for nrf_modem_dect_phy_link_id
impl Unpin for nrf_modem_dect_phy_link_id
impl UnsafeUnpin for nrf_modem_dect_phy_link_id
impl UnwindSafe for nrf_modem_dect_phy_link_id
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