Enum mpeg2ts_reader::pes::OriginalOrCopy
source · pub enum OriginalOrCopy {
Original,
Copy,
}Expand description
Indicates weather the contents of the Elementary Stream packet are original or a copy.
Returned by
PesParsedContents.original_or_copy()
Variants§
Trait Implementations§
source§impl Debug for OriginalOrCopy
impl Debug for OriginalOrCopy
source§impl PartialEq for OriginalOrCopy
impl PartialEq for OriginalOrCopy
source§fn eq(&self, other: &OriginalOrCopy) -> bool
fn eq(&self, other: &OriginalOrCopy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for OriginalOrCopy
impl StructuralPartialEq for OriginalOrCopy
Auto Trait Implementations§
impl RefUnwindSafe for OriginalOrCopy
impl Send for OriginalOrCopy
impl Sync for OriginalOrCopy
impl Unpin for OriginalOrCopy
impl UnwindSafe for OriginalOrCopy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more