Struct cansat_lora::Lora
source · pub struct Lora<Serial> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<Serial> RefUnwindSafe for Lora<Serial>where Serial: RefUnwindSafe,
impl<Serial> Send for Lora<Serial>where Serial: Send,
impl<Serial> Sync for Lora<Serial>where Serial: Sync,
impl<Serial> Unpin for Lora<Serial>where Serial: Unpin,
impl<Serial> UnwindSafe for Lora<Serial>where Serial: UnwindSafe,
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