pub type Section5 = Section<Section5Payload>;
Aliased Type§
pub struct Section5 {
pub header: SectionHeader,
pub payload: Section5Payload,
}
Fields§
§header: SectionHeader
§payload: Section5Payload
pub type Section5 = Section<Section5Payload>;
pub struct Section5 {
pub header: SectionHeader,
pub payload: Section5Payload,
}
header: SectionHeader
§payload: Section5Payload