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
ProtectedUndefined
Trait Implementations
impl PartialEq for Copyright[src]
impl PartialEq for Copyrightfn eq(&self, other: &Copyright) -> bool[src]
fn eq(&self, other: &Copyright) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for Copyright[src]
impl Debug for Copyright