Enum lora_phy::mod_params::SpreadingFactor
source · pub enum SpreadingFactor {
_5,
_6,
_7,
_8,
_9,
_10,
_11,
_12,
}Expand description
Valid spreading factors for one or more LoRa chips supported by this crate
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 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 ==.