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

pub enum TransportScramblingControl {
    NotScrambled,
    Undefined1,
    Undefined2,
    Undefined3,
}

Variants

Trait Implementations

impl Eq for TransportScramblingControl
[src]

impl PartialEq for TransportScramblingControl
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for TransportScramblingControl
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations