Struct sflow::SampledHeader [] [src]

pub struct SampledHeader {
    pub protocol: u32,
    pub frame_length: u32,
    pub stripped: u32,
    pub header: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for SampledHeader
[src]

Formats the value using the given formatter.

impl Clone for SampledHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodeable for SampledHeader
[src]