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