Enum lora_modulation::SpreadingFactor
source · pub enum SpreadingFactor {
_5,
_6,
_7,
_8,
_9,
_10,
_11,
_12,
}Expand description
Controls the chirp rate. Lower values are slower bandwidth, but more robust.
Variants§
Trait Implementations§
source§impl Clone for SpreadingFactor
impl Clone for SpreadingFactor
source§fn clone(&self) -> SpreadingFactor
fn clone(&self) -> SpreadingFactor
Returns a copy 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 SpreadingFactor
impl Debug for SpreadingFactor
source§impl PartialEq<SpreadingFactor> for SpreadingFactor
impl PartialEq<SpreadingFactor> for SpreadingFactor
source§fn eq(&self, other: &SpreadingFactor) -> bool
fn eq(&self, other: &SpreadingFactor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SpreadingFactor
Auto Trait Implementations§
impl RefUnwindSafe for SpreadingFactor
impl Send for SpreadingFactor
impl Sync for SpreadingFactor
impl Unpin for SpreadingFactor
impl UnwindSafe for SpreadingFactor
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