pub struct Dit {
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§
impl Copy for Dit
Source§impl<'de> Deserialize<'de> for Dit
impl<'de> Deserialize<'de> for Dit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Dit
Source§impl Serialize for Dit
impl Serialize for Dit
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 Dit
Auto Trait Implementations§
impl Freeze for Dit
impl RefUnwindSafe for Dit
impl Send for Dit
impl Sync for Dit
impl Unpin for Dit
impl UnsafeUnpin for Dit
impl UnwindSafe for Dit
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