pub struct RfParams {
pub freq_hz: u32,
pub bw_hz: u32,
pub sf: u8,
pub sync_word: u8,
}Expand description
The channel a capture is listening on, read back from the device.
LoRaTap describes every frame in terms of the channel it arrived on, so these travel with each record even though the radio holds them still for the whole capture.
Fields§
§freq_hz: u32§bw_hz: u32§sf: u8§sync_word: u8Trait Implementations§
impl Copy for RfParams
Auto Trait Implementations§
impl Freeze for RfParams
impl RefUnwindSafe for RfParams
impl Send for RfParams
impl Sync for RfParams
impl Unpin for RfParams
impl UnwindSafe for RfParams
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)