#[repr(C)]pub struct nrf_modem_dect_phy_activate_event {
pub err: nrf_modem_dect_phy_err,
pub temp: i16,
pub voltage: u16,
}Expand description
Activation event.
Fields§
§err: nrf_modem_dect_phy_errOperation result.
Can be one of the following values:
- @ref NRF_MODEM_DECT_PHY_SUCCESS
- @ref NRF_MODEM_DECT_PHY_ERR_NOT_ALLOWED
temp: i16Temperature in degrees Celsius.
voltage: u16Voltage in millivolts.
Trait Implementations§
Source§impl Clone for nrf_modem_dect_phy_activate_event
impl Clone for nrf_modem_dect_phy_activate_event
Source§fn clone(&self) -> nrf_modem_dect_phy_activate_event
fn clone(&self) -> nrf_modem_dect_phy_activate_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_activate_event
Auto Trait Implementations§
impl Freeze for nrf_modem_dect_phy_activate_event
impl RefUnwindSafe for nrf_modem_dect_phy_activate_event
impl Send for nrf_modem_dect_phy_activate_event
impl Sync for nrf_modem_dect_phy_activate_event
impl Unpin for nrf_modem_dect_phy_activate_event
impl UnwindSafe for nrf_modem_dect_phy_activate_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