Enum mpeg2ts_reader::pes::Copyright[][src]

pub enum Copyright {
    Protected,
    Undefined,
}

Indicates the copyright status of the contents of the Elementary Stream packet.

Returned by PesParsedContents.copyright()

Variants

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Copyright

impl Sync for Copyright