Struct pcap::Stat [] [src]

pub struct Stat {
    pub received: u32,
    pub dropped: u32,
    pub if_dropped: u32,
}

Fields

Trait Implementations

impl Debug for Stat
[src]

Formats the value using the given formatter.

impl Clone for Stat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Stat
[src]