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
impl Eq for CurrentNext
impl StructuralPartialEq for CurrentNext
Auto Trait Implementations§
impl Freeze for CurrentNext
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