Struct sflow::ExtendedRouter [] [src]

pub struct ExtendedRouter {
    pub nexthop: IPAddress,
    pub src_mask_len: u32,
    pub dst_mask_len: u32,
}

Fields

Trait Implementations

impl Debug for ExtendedRouter
[src]

Formats the value using the given formatter.

impl Clone for ExtendedRouter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodeable for ExtendedRouter
[src]