Struct pcapng::blocks::section_header::SectionHeader [] [src]

pub struct SectionHeader<'a> {
    pub ty: u32,
    pub block_length: u32,
    pub magic: u32,
    pub major_version: u16,
    pub minor_version: u16,
    pub section_length: SectionLength,
    pub options: Option<Options<'a>>,
    pub check_length: u32,
}

Fields

ty
block_length
magic
major_version
minor_version
section_length
options
check_length

Trait Implementations

Derived Implementations

impl<'a> Debug for SectionHeader<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result