Type Alias xenet_packet::ipv6::Destination

source ·
pub type Destination = Extension;
Expand description

Represents an Destination Options.

Aliased Type§

struct Destination {
    pub next_header: IpNextLevelProtocol,
    pub hdr_ext_len: u8,
    pub options: Vec<u8>,
}

Fields§

§next_header: IpNextLevelProtocol§hdr_ext_len: u8§options: Vec<u8>