pub struct PacketStatus {
pub rssi: i16,
pub snr: i16,
}Expand description
Status for a received packet
Fields§
§rssi: i16§snr: i16Trait Implementations§
Source§impl Clone for PacketStatus
impl Clone for PacketStatus
Source§fn clone(&self) -> PacketStatus
fn clone(&self) -> PacketStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PacketStatus
Auto Trait Implementations§
impl Freeze for PacketStatus
impl RefUnwindSafe for PacketStatus
impl Send for PacketStatus
impl Sync for PacketStatus
impl Unpin for PacketStatus
impl UnwindSafe for PacketStatus
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