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
OriginalCopy
Trait Implementations
impl PartialEq for OriginalOrCopy[src]
fn eq(&self, __arg_0: &OriginalOrCopy) -> 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 !=.