Enum scte35_reader::NetworkIndicator [] [src]

pub enum NetworkIndicator {
    Out,
    In,
}

Variants

Methods

impl NetworkIndicator
[src]

[src]

panics if id is something other than 0 or 1

Trait Implementations

impl Debug for NetworkIndicator
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations