[][src]Enum va_ts::PID

pub enum PID {
    PAT,
    CAT,
    TSDT,
    NIT,
    SDT,
    EIT,
    RST,
    TDT,
    NetworkSynchronization,
    RNT,
    InbandSignalling,
    Measurement,
    DIT,
    SIT,
    NULL,
    Reserved(u16),
    Other(u16),
}

Variants

PAT
CAT
TSDT
NIT

NIT, ST

SDT

SDT, BAT, ST

EIT

EIT, ST CIT (TS 102 323 [13])

RST

RST, ST

TDT

TDT, TOT, ST

NetworkSynchronization

network synchronization

RNT

RNT (TS 102 323 [13])

InbandSignalling
Measurement
DIT
SIT
NULL
Reserved(u16)

0x0003...0x000F 0x0017...0x001B

Other(u16)

Implementations

impl PID[src]

pub fn is_section(self) -> bool[src]

pub fn is_null(self) -> bool[src]

pub fn is_other(self) -> bool[src]

Trait Implementations

impl Clone for PID[src]

impl Copy for PID[src]

impl Debug for PID[src]

impl Eq for PID[src]

impl From<u16> for PID[src]

impl Hash for PID[src]

impl PartialEq<PID> for PID[src]

impl StructuralEq for PID[src]

impl StructuralPartialEq for PID[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.