#[repr(C)]pub struct nrf_modem_dect_phy_capability_get_event {
pub err: nrf_modem_dect_phy_err,
pub capability: *mut nrf_modem_dect_phy_capability,
}Expand description
Capability get event.
Fields§
§err: nrf_modem_dect_phy_errOperation result.
Can be one of the following values:
- @ref NRF_MODEM_DECT_PHY_SUCCESS
capability: *mut nrf_modem_dect_phy_capabilityPHY capability.
Trait Implementations§
Source§impl Clone for nrf_modem_dect_phy_capability_get_event
impl Clone for nrf_modem_dect_phy_capability_get_event
Source§fn clone(&self) -> nrf_modem_dect_phy_capability_get_event
fn clone(&self) -> nrf_modem_dect_phy_capability_get_event
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_get_event
Auto Trait Implementations§
impl Freeze for nrf_modem_dect_phy_capability_get_event
impl RefUnwindSafe for nrf_modem_dect_phy_capability_get_event
impl !Send for nrf_modem_dect_phy_capability_get_event
impl !Sync for nrf_modem_dect_phy_capability_get_event
impl Unpin for nrf_modem_dect_phy_capability_get_event
impl UnwindSafe for nrf_modem_dect_phy_capability_get_event
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