Enum mpeg2ts_reader::psi::CurrentNext
source · pub enum CurrentNext {
Current,
Next,
}Expand description
Represents the value of the Transport Stream current_next_indicator field.
Variants§
Current
The section version number applies to the currently applicable section data
Next
The section version number applies to the next applicable section data
Trait Implementations§
source§impl Debug for CurrentNext
impl Debug for CurrentNext
source§impl PartialEq for CurrentNext
impl PartialEq for CurrentNext
source§fn eq(&self, other: &CurrentNext) -> bool
fn eq(&self, other: &CurrentNext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CurrentNext
impl StructuralPartialEq for CurrentNext
Auto Trait Implementations§
impl RefUnwindSafe for CurrentNext
impl Send for CurrentNext
impl Sync for CurrentNext
impl Unpin for CurrentNext
impl UnwindSafe for CurrentNext
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