Enum mpeg2ts_reader::packet::TransportScramblingControl
[−]
[src]
pub enum TransportScramblingControl {
NotScrambled,
Undefined1,
Undefined2,
Undefined3,
}Variants
NotScrambledUndefined1Undefined2Undefined3
Trait Implementations
impl Eq for TransportScramblingControl[src]
impl PartialEq for TransportScramblingControl[src]
fn eq(&self, __arg_0: &TransportScramblingControl) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.