Struct ax25::frame::RouteEntry [] [src]

pub struct RouteEntry {
    pub repeater: Address,
    pub has_repeated: bool,
}

A single hop in the frame's route

Fields

Trait Implementations

impl Debug for RouteEntry
[src]

Formats the value using the given formatter.