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

pub enum CodingRate {
    Cr4_5,
    Cr4_6,
    Cr4_7,
    Cr4_8,
}

Variants

Cr4_5

LoRa Coding rate 4/5

Cr4_6

LoRa Coding rate 4/6

Cr4_7

LoRa Coding rate 4/7

Cr4_8

LoRa Coding rate 4/8

Trait Implementations

impl PartialEq<CodingRate> for CodingRate[src]

impl Debug for CodingRate[src]

impl Copy for CodingRate[src]

impl Clone for CodingRate[src]

impl Serialize for CodingRate[src]

impl<'de> Deserialize<'de> for CodingRate[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]