Struct pcapng::blocks::interface_description::InterfaceDescription [] [src]

pub struct InterfaceDescription<'a> {
    pub ty: u32,
    pub block_length: u32,
    pub link_type: u16,
    pub reserved: u16,
    pub snap_len: u32,
    pub options: Option<Options<'a>>,
    pub check_length: u32,
}

Fields

ty
block_length
reserved
snap_len
options
check_length

Trait Implementations

Derived Implementations

impl<'a> Debug for InterfaceDescription<'a>

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