Enum pcapng::blocks::section_header::SectionLength [] [src]

pub enum SectionLength {
    Bytes(u64),
    Unspecified,
}

Variants

Bytes
Unspecified

Trait Implementations

Derived Implementations

impl Debug for SectionLength

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

impl PartialEq for SectionLength

fn eq(&self, __arg_0: &SectionLength) -> bool

fn ne(&self, __arg_0: &SectionLength) -> bool