Struct sflow::ExtendedSwitch [] [src]

pub struct ExtendedSwitch {
    pub src_vlan: u32,
    pub src_priority: u32,
    pub dst_vlan: u32,
    pub dst_priority: u32,
}

Fields

Trait Implementations

impl Debug for ExtendedSwitch
[src]

Formats the value using the given formatter.

impl Clone for ExtendedSwitch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodeable for ExtendedSwitch
[src]