Struct sflow::ExtendedMplsTunnel [] [src]

pub struct ExtendedMplsTunnel {
    pub tunnel_lsp_name: String,
    pub tunnel_id: u32,
    pub tunnel_cos: u32,
}

Fields

Trait Implementations

impl Debug for ExtendedMplsTunnel
[src]

Formats the value using the given formatter.

impl Clone for ExtendedMplsTunnel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodeable for ExtendedMplsTunnel
[src]