Struct embassy_lora::LoraTimer
source · pub struct LoraTimer { /* private fields */ }
Expand description
A convenience timer to use with the LoRaWAN crate
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LoraTimer
impl Send for LoraTimer
impl Sync for LoraTimer
impl Unpin for LoraTimer
impl UnwindSafe for LoraTimer
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