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]
fn eq(&self, __arg_0: &Copyright) -> 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 !=.