Enum lora_phy::mod_params::CodingRate
source · pub enum CodingRate {
_4_5,
_4_6,
_4_7,
_4_8,
}Expand description
Valid coding rates for one or more LoRa chips supported by this crate
Variants§
Trait Implementations§
source§impl Clone for CodingRate
impl Clone for CodingRate
source§fn clone(&self) -> CodingRate
fn clone(&self) -> CodingRate
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 more