Enum mpeg2ts_reader::pes::OriginalOrCopy[][src]

pub enum OriginalOrCopy {
    Original,
    Copy,
}

Indicates weather the contents of the Elementary Stream packet are original or a copy.

Returned by PesParsedContents.original_or_copy()

Variants

Trait Implementations

impl PartialEq for OriginalOrCopy
[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 OriginalOrCopy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations