#[repr(u8)]pub enum LrFhssGrid {
Khz25 = 0,
Khz3_9 = 1,
}Expand description
LR-FHSS grid selection (PROTOCOL.md §10.3).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LrFhssGrid
impl Clone for LrFhssGrid
Source§fn clone(&self) -> LrFhssGrid
fn clone(&self) -> LrFhssGrid
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 LrFhssGrid
impl Debug for LrFhssGrid
Source§impl Format for LrFhssGrid
impl Format for LrFhssGrid
Source§impl PartialEq for LrFhssGrid
impl PartialEq for LrFhssGrid
impl Copy for LrFhssGrid
impl Eq for LrFhssGrid
impl StructuralPartialEq for LrFhssGrid
Auto Trait Implementations§
impl Freeze for LrFhssGrid
impl RefUnwindSafe for LrFhssGrid
impl Send for LrFhssGrid
impl Sync for LrFhssGrid
impl Unpin for LrFhssGrid
impl UnsafeUnpin for LrFhssGrid
impl UnwindSafe for LrFhssGrid
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