pub struct RxMetadata { /* private fields */ }Expand description
Local physical-layer observations captured when a frame was received.
SNR is represented in centibels (0.1 dB units). This is finer than whole decibels, but still compact and integer-friendly. Some common LoRa radios report packet SNR in quarter-dB steps; converting those readings into centibels may therefore introduce a small rounding error.
Implementations§
Source§impl RxMetadata
impl RxMetadata
Trait Implementations§
Source§impl Clone for RxMetadata
impl Clone for RxMetadata
Source§fn clone(&self) -> RxMetadata
fn clone(&self) -> RxMetadata
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RxMetadata
impl Debug for RxMetadata
Source§impl Default for RxMetadata
impl Default for RxMetadata
Source§fn default() -> RxMetadata
fn default() -> RxMetadata
Returns the “default value” for a type. Read more
Source§impl PartialEq for RxMetadata
impl PartialEq for RxMetadata
impl Copy for RxMetadata
impl Eq for RxMetadata
impl StructuralPartialEq for RxMetadata
Auto Trait Implementations§
impl Freeze for RxMetadata
impl RefUnwindSafe for RxMetadata
impl Send for RxMetadata
impl Sync for RxMetadata
impl Unpin for RxMetadata
impl UnwindSafe for RxMetadata
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)