Struct semtech_udp::push_data::RxPkV2
source · [−]pub struct RxPkV2 {Show 15 fields
pub aesk: usize,
pub brd: usize,
pub codr: 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: usizebrd: usizecodr: CodingRatedata: Vec<u8>datr: DataRatefreq: f64jver: usizemodu: Stringrsig: Vec<RSig>size: u64stat: CRCtmst: u32delayed: Option<bool>tmms: Option<u64>time: Option<String>Trait Implementations
sourceimpl<'de> Deserialize<'de> for RxPkV2
impl<'de> Deserialize<'de> for RxPkV2
sourcefn 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 RefUnwindSafe for RxPkV2
impl Send for RxPkV2
impl Sync for RxPkV2
impl Unpin for RxPkV2
impl UnwindSafe for RxPkV2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more