pub struct RxMetadata {
pub rssi: Option<i16>,
pub snr: Option<f32>,
}Fields§
§rssi: Option<i16>§snr: Option<f32>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 (const: unstable) · Source§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
Source§fn eq(&self, other: &RxMetadata) -> bool
fn eq(&self, other: &RxMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy 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 UnsafeUnpin for RxMetadata
impl UnwindSafe for RxMetadata
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