Enum pcap::Direction [] [src]

pub enum Direction {
    InOut,
    In,
    Out,
}

Variants