Struct sflow::ExtendedGateway [] [src]

pub struct ExtendedGateway {
    pub next_hop: IPAddress,
    pub asn: u32,
    pub src_as: u32,
    pub src_peer_as: u32,
    pub dst_as_path: Vec<DstASPath>,
    pub communities: Vec<Community>,
    pub localpref: u32,
}

Fields

Trait Implementations

impl Debug for ExtendedGateway
[src]

Formats the value using the given formatter.

impl Clone for ExtendedGateway
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ExtendedGateway
[src]

Returns the "default value" for a type. Read more

impl Decodeable for ExtendedGateway
[src]