Enum mpeg2ts_reader::packet::TransportScramblingControl [−][src]
pub enum TransportScramblingControl {
NotScrambled,
Undefined(u8),
}Variants
NotScrambledUndefined(u8)
Trait Implementations
impl Eq for TransportScramblingControl[src]
impl Eq for TransportScramblingControlimpl PartialEq for TransportScramblingControl[src]
impl PartialEq for TransportScramblingControlfn eq(&self, other: &TransportScramblingControl) -> bool[src]
fn eq(&self, other: &TransportScramblingControl) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TransportScramblingControl) -> bool[src]
fn ne(&self, other: &TransportScramblingControl) -> boolThis method tests for !=.
impl Debug for TransportScramblingControl[src]
impl Debug for TransportScramblingControlAuto Trait Implementations
impl Send for TransportScramblingControl
impl Send for TransportScramblingControlimpl Sync for TransportScramblingControl
impl Sync for TransportScramblingControl