[][src]Enum en_300_468_reader::sdt::ServiceType

pub enum ServiceType {
    Reserved(u8),
    DigitalTelevision,
    DigitalRadioSound,
    Teletext,
    NvodReference,
    NvodTimeShifted,
    Mosaic,
    FmRadio,
    DvbSrm,
    AdvancedCodecDigitalRadioSound,
    H264AvcMosaic,
    DataBroadcast,
    RcsMap,
    RcsFls,
    DvbMhp,
    Mpeg2HdDigitalTelevision,
    H264AvcSdDigitalTelevision,
    H264AvcSdNvodTimeShifted,
    H264AvcSdNvodReference,
    H264AvcHdDigitalTelevision,
    H264AvcHdNvodTimeShifted,
    H264AvcHdNvodReference,
    H264AvcFrameCompatiblePlanoStereoscopicHdDigitalTelevision,
    H264AvcFrameCompatiblePlanoStereoscopicHdNvodTimeShifted,
    H264AvcFrameCompatiblePlanoStereoscopicHdNvodReference,
    HevcDigitalTelevision,
    UserDefined(u8),
}

Variants

Reserved(u8)DigitalTelevisionDigitalRadioSoundTeletextNvodReferenceNvodTimeShiftedMosaicFmRadioDvbSrmAdvancedCodecDigitalRadioSoundH264AvcMosaicDataBroadcastRcsMapRcsFlsDvbMhpMpeg2HdDigitalTelevisionH264AvcSdDigitalTelevisionH264AvcSdNvodTimeShiftedH264AvcSdNvodReferenceH264AvcHdDigitalTelevisionH264AvcHdNvodTimeShiftedH264AvcHdNvodReferenceH264AvcFrameCompatiblePlanoStereoscopicHdDigitalTelevisionH264AvcFrameCompatiblePlanoStereoscopicHdNvodTimeShiftedH264AvcFrameCompatiblePlanoStereoscopicHdNvodReferenceHevcDigitalTelevisionUserDefined(u8)

Trait Implementations

impl Debug for ServiceType[src]

Auto Trait Implementations

Blanket Implementations

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

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> 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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