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]
impl PartialEq for OriginalOrCopyfn eq(&self, other: &OriginalOrCopy) -> bool[src]
fn eq(&self, other: &OriginalOrCopy) -> 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 OriginalOrCopy[src]
impl Debug for OriginalOrCopyAuto Trait Implementations
impl Send for OriginalOrCopy
impl Send for OriginalOrCopyimpl Sync for OriginalOrCopy
impl Sync for OriginalOrCopy