Enum pcap_file::pcap_header::Datalink [] [src]

pub enum Datalink {
    Ethernet,
    RawIP,
    Unknown(u32),
}

Represents each possible Pcap datalink

Variants

Trait Implementations

impl Copy for Datalink
[src]

impl Clone for Datalink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Datalink
[src]

Formats the value using the given formatter.

impl From<u32> for Datalink
[src]

Performs the conversion.