pub struct LrFhssConfig {
pub freq_hz: u32,
pub bw: LrFhssBandwidth,
pub cr: LrFhssCodingRate,
pub grid: LrFhssGrid,
pub hopping: bool,
pub tx_power_dbm: i8,
}Expand description
LR-FHSS configuration payload (10 bytes after modulation_id).
Fields§
§freq_hz: u32§bw: LrFhssBandwidth§cr: LrFhssCodingRate§grid: LrFhssGrid§hopping: bool§tx_power_dbm: i8Implementations§
Trait Implementations§
Source§impl Clone for LrFhssConfig
impl Clone for LrFhssConfig
Source§fn clone(&self) -> LrFhssConfig
fn clone(&self) -> LrFhssConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 LrFhssConfig
impl Debug for LrFhssConfig
Source§impl Format for LrFhssConfig
impl Format for LrFhssConfig
Source§impl PartialEq for LrFhssConfig
impl PartialEq for LrFhssConfig
impl Copy for LrFhssConfig
impl Eq for LrFhssConfig
impl StructuralPartialEq for LrFhssConfig
Auto Trait Implementations§
impl Freeze for LrFhssConfig
impl RefUnwindSafe for LrFhssConfig
impl Send for LrFhssConfig
impl Sync for LrFhssConfig
impl Unpin for LrFhssConfig
impl UnsafeUnpin for LrFhssConfig
impl UnwindSafe for LrFhssConfig
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