pub type Section1 = Section<Section1Payload>;Expand description
Section 1 - Identification section.
Aliased Type§
pub struct Section1 {
pub header: SectionHeader,
pub payload: Section1Payload,
}Fields§
§header: SectionHeader§payload: Section1Payload