pub struct Downlink {
pub rssi: isize,
pub snr: f32,
}
Fields§
§rssi: isize
§snr: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Downlink
impl RefUnwindSafe for Downlink
impl Send for Downlink
impl Sync for Downlink
impl Unpin for Downlink
impl UnwindSafe for Downlink
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