pub struct Rss {
pub rss_type: RssType,
pub nnn: u8,
}
Expand description
Represents a RSS “Received Signal Strength“ message.
Fields§
§rss_type: RssType
Message type (see RssType
).
nnn: u8
NNN - Value between 0 and 255. This value is not calibrated, but is approximately -130 + (NNN / 2)
dBm
Trait Implementations§
impl StructuralPartialEq for Rss
Auto Trait Implementations§
impl Freeze for Rss
impl RefUnwindSafe for Rss
impl Send for Rss
impl Sync for Rss
impl Unpin for Rss
impl UnwindSafe for Rss
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