Struct stm32wlxx_hal::subghz::LoRaStats
source · pub struct LoRaStats { /* private fields */ }
Expand description
Typestate for LoRa stats.
Trait Implementations§
source§impl PartialEq for LoRaStats
impl PartialEq for LoRaStats
impl Copy for LoRaStats
impl Eq for LoRaStats
impl StructuralEq for LoRaStats
impl StructuralPartialEq for LoRaStats
Auto Trait Implementations§
impl RefUnwindSafe for LoRaStats
impl Send for LoRaStats
impl Sync for LoRaStats
impl Unpin for LoRaStats
impl UnwindSafe for LoRaStats
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