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]

impl PartialEq for Stat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Stat
[src]