pub struct RxPkV1 {}Fields§
§chan: u64§codr: Option<CodingRate>§data: Vec<u8>§datr: DataRate§freq: f64§lsnr: f32§modu: Modulation§rfch: u64§rssi: i32§rssis: Option<i32>§size: u64§stat: CRC§tmst: u32§time: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RxPkV1
impl<'de> Deserialize<'de> for RxPkV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RxPkV1
impl RefUnwindSafe for RxPkV1
impl Send for RxPkV1
impl Sync for RxPkV1
impl Unpin for RxPkV1
impl UnsafeUnpin for RxPkV1
impl UnwindSafe for RxPkV1
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