[][src]Enum radio_sx127x::device::lora::SpreadingFactor

pub enum SpreadingFactor {
    Sf6,
    Sf7,
    Sf8,
    Sf9,
    Sf10,
    Sf11,
    Sf12,
}

LoRa spreading factor in chips / symbol

Variants

Sf6

Sf6: 64 chips / symbol

Sf7

Sf7: 128 chips / symbol

Sf8

Sf8: 256 chips / symbol

Sf9

Sf9: 512 chips / symbol

Sf10

Sf10: 1024 chips / symbol

Sf11

Sf11: 2048 chips / symbol

Sf12

Sf12: 4096 chips / symbol

Trait Implementations

impl PartialEq<SpreadingFactor> for SpreadingFactor[src]

impl Debug for SpreadingFactor[src]

impl Copy for SpreadingFactor[src]

impl Clone for SpreadingFactor[src]

impl Serialize for SpreadingFactor[src]

impl<'de> Deserialize<'de> for SpreadingFactor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]