pub struct DitSection {
pub transition_flag: bool,
}Expand description
Discontinuity Information Table (§7.1.2, Table 163).
Fields§
§transition_flag: boolWhen set, a discontinuity in the transport stream occurs at this point.
Trait Implementations§
Source§impl Clone for DitSection
impl Clone for DitSection
Source§fn clone(&self) -> DitSection
fn clone(&self) -> DitSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DitSection
Source§impl Debug for DitSection
impl Debug for DitSection
impl Eq for DitSection
Source§impl<'a> From<DitSection> for AnyTableSection<'a>
impl<'a> From<DitSection> for AnyTableSection<'a>
Source§fn from(t: DitSection) -> Self
fn from(t: DitSection) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for DitSection
impl<'a> Parse<'a> for DitSection
Source§impl PartialEq for DitSection
impl PartialEq for DitSection
Source§fn eq(&self, other: &DitSection) -> bool
fn eq(&self, other: &DitSection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DitSection
impl Serialize for DitSection
Source§impl Serialize for DitSection
impl Serialize for DitSection
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for DitSection
Source§impl<'a> Table<'a> for DitSection
impl<'a> Table<'a> for DitSection
Source§impl<'a> TableDef<'a> for DitSection
impl<'a> TableDef<'a> for DitSection
Auto Trait Implementations§
impl Freeze for DitSection
impl RefUnwindSafe for DitSection
impl Send for DitSection
impl Sync for DitSection
impl Unpin for DitSection
impl UnsafeUnpin for DitSection
impl UnwindSafe for DitSection
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