Section5

Type Alias Section5 

Source
pub type Section5 = Section<Section5Payload>;
Expand description

Section 5 - Data representation section.

Aliased Type§

pub struct Section5 {
    pub header: SectionHeader,
    pub payload: Section5Payload,
}

Fields§

§header: SectionHeader§payload: Section5Payload