Enum mpeg2ts_reader::packet::TransportScramblingControl[][src]

pub enum TransportScramblingControl {
    NotScrambled,
    Undefined(u8),
}

Variants

Trait Implementations

impl Eq for TransportScramblingControl
[src]

impl PartialEq for TransportScramblingControl
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TransportScramblingControl
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations