Enum rak811_at_driver::LoraRegion
source · pub enum LoraRegion {
EU868,
US915,
AU915,
KR920,
AS923,
IN865,
CN470,
UNKNOWN,
}Expand description
LoRaWAN region
Variants§
Trait Implementations§
source§impl Clone for LoraRegion
impl Clone for LoraRegion
source§fn clone(&self) -> LoraRegion
fn clone(&self) -> LoraRegion
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