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§
Implementations§
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 ==.impl Copy for SpreadingFactor
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