pub enum TableID {
Show 28 variants
ProgramAssociationSection,
ConditionalAccessSection,
ProgramMapSection,
TransportStreamDescriptionSection,
NetworkInformationSectionActualNetwork,
NetworkInformationSectionOtherNetwork,
ServiceDescriptionSectionActualTransportStream,
ServiceDescriptionSectionOtherTransportStream,
BouquetAssociationSection,
EISActualTransportStream,
EISOtherTransportStream,
EISActualTransportStreamSchedule(u8),
EISOtherTransportStreamSchedule(u8),
TimeDateSection,
RunningStatusSection,
StuffingSection,
TimeOffsetSection,
ApplicationInformationSection,
ContainerSection,
RelatedContentSection,
ContentIdentifierSection,
MPEFECSection,
ResolutionNotificationSection,
MPEIFECSection,
DiscontinuityInformationSection,
SelectionInformationSection,
Reserved(u8),
Other(u8),
}
Expand description
ETSI EN 300 468 V1.15.1 (2016-03) ISO/IEC 13818-1
Variants§
ProgramAssociationSection
ConditionalAccessSection
ProgramMapSection
TransportStreamDescriptionSection
NetworkInformationSectionActualNetwork
NetworkInformationSectionOtherNetwork
ServiceDescriptionSectionActualTransportStream
ServiceDescriptionSectionOtherTransportStream
BouquetAssociationSection
EISActualTransportStream
EISOtherTransportStream
EISActualTransportStreamSchedule(u8)
EISOtherTransportStreamSchedule(u8)
TimeDateSection
RunningStatusSection
StuffingSection
TimeOffsetSection
ApplicationInformationSection
ContainerSection
RelatedContentSection
ContentIdentifierSection
MPEFECSection
ResolutionNotificationSection
MPEIFECSection
DiscontinuityInformationSection
SelectionInformationSection
Reserved(u8)
Other(u8)
Trait Implementations§
impl Copy for TableID
impl Eq for TableID
impl StructuralPartialEq for TableID
Auto Trait Implementations§
impl Freeze for TableID
impl RefUnwindSafe for TableID
impl Send for TableID
impl Sync for TableID
impl Unpin for TableID
impl UnwindSafe for TableID
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