pub struct RxPkV2 {Show 15 fields
pub aesk: usize,
pub brd: usize,
pub codr: Option<CodingRate>,
pub data: Vec<u8>,
pub datr: DataRate,
pub freq: f64,
pub jver: usize,
pub modu: String,
pub rsig: Vec<RSig>,
pub size: u64,
pub stat: CRC,
pub tmst: u32,
pub delayed: Option<bool>,
pub tmms: Option<u64>,
pub time: Option<String>,
}Fields§
§aesk: usize§brd: usize§codr: Option<CodingRate>§data: Vec<u8>§datr: DataRate§freq: f64§jver: usize§modu: String§rsig: Vec<RSig>§size: u64§stat: CRC§tmst: u32§delayed: Option<bool>§tmms: Option<u64>§time: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RxPkV2
impl<'de> Deserialize<'de> for RxPkV2
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 RxPkV2
impl RefUnwindSafe for RxPkV2
impl Send for RxPkV2
impl Sync for RxPkV2
impl Unpin for RxPkV2
impl UnwindSafe for RxPkV2
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