#[repr(u8)]pub enum LrFhssBandwidth {
Khz39 = 0,
Khz85 = 1,
Khz136 = 2,
Khz183 = 3,
Khz335 = 4,
Khz386 = 5,
Khz722 = 6,
Khz1523 = 7,
}Expand description
LR-FHSS occupied-bandwidth enum (PROTOCOL.md §10.3).
Variants§
Khz39 = 0
39.06 kHz.
Khz85 = 1
85.94 kHz.
Khz136 = 2
136.72 kHz.
Khz183 = 3
183.59 kHz.
Khz335 = 4
335.94 kHz.
Khz386 = 5
386.72 kHz.
Khz722 = 6
722.66 kHz.
Khz1523 = 7
1523.44 kHz.
Implementations§
Trait Implementations§
Source§impl Clone for LrFhssBandwidth
impl Clone for LrFhssBandwidth
Source§fn clone(&self) -> LrFhssBandwidth
fn clone(&self) -> LrFhssBandwidth
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 LrFhssBandwidth
impl Debug for LrFhssBandwidth
Source§impl Format for LrFhssBandwidth
impl Format for LrFhssBandwidth
Source§impl PartialEq for LrFhssBandwidth
impl PartialEq for LrFhssBandwidth
impl Copy for LrFhssBandwidth
impl Eq for LrFhssBandwidth
impl StructuralPartialEq for LrFhssBandwidth
Auto Trait Implementations§
impl Freeze for LrFhssBandwidth
impl RefUnwindSafe for LrFhssBandwidth
impl Send for LrFhssBandwidth
impl Sync for LrFhssBandwidth
impl Unpin for LrFhssBandwidth
impl UnsafeUnpin for LrFhssBandwidth
impl UnwindSafe for LrFhssBandwidth
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