Struct wte_mt_rx_parser::rss::Rss
source · pub struct Rss {
pub rss_type: RssType,
pub nnn: u8,
}Expand description
Represents a RSS “Received Signal Strength“ message.
Fields§
§rss_type: RssTypeMessage type (see RssType).
nnn: u8NNN - 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)