pub type Destination = Extension;Expand description
Represents an Destination Options.
Aliased Type§
pub struct Destination {
pub next_header: IpNextHeaderProtocol,
pub hdr_ext_len: u8,
pub options: Vec<u8>,
}Fields§
§next_header: IpNextHeaderProtocol§hdr_ext_len: u8§options: Vec<u8>