[][src]Enum dvbv5_sys::fe_modulation

#[repr(u32)]pub enum fe_modulation {
    QPSK,
    QAM_16,
    QAM_32,
    QAM_64,
    QAM_128,
    QAM_256,
    QAM_AUTO,
    VSB_8,
    VSB_16,
    PSK_8,
    APSK_16,
    APSK_32,
    DQPSK,
    QAM_4_NR,
}

Variants

QPSK
QAM_16
QAM_32
QAM_64
QAM_128
QAM_256
QAM_AUTO
VSB_8
VSB_16
PSK_8
APSK_16
APSK_32
DQPSK
QAM_4_NR

Trait Implementations

impl Clone for fe_modulation[src]

impl Copy for fe_modulation[src]

impl Debug for fe_modulation[src]

impl Eq for fe_modulation[src]

impl Hash for fe_modulation[src]

impl PartialEq<fe_modulation> for fe_modulation[src]

impl StructuralEq for fe_modulation[src]

impl StructuralPartialEq for fe_modulation[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> 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.