Struct sflow::ExtendedMpls [] [src]

pub struct ExtendedMpls {
    pub nexthop: IPAddress,
    pub in_stack: Vec<i32>,
    pub out_stack: Vec<i32>,
}

Fields

Trait Implementations

impl Debug for ExtendedMpls
[src]

Formats the value using the given formatter.

impl Clone for ExtendedMpls
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodeable for ExtendedMpls
[src]