Struct pnet_packet::ipv6::Extension [−][src]
pub struct Extension {
pub next_header: IpNextHeaderProtocol,
pub hdr_ext_len: u8,
pub options: Vec<u8>,
}
Expand description
Represents an IPv6 Extension.
Fields
next_header: IpNextHeaderProtocol
hdr_ext_len: u8
options: Vec<u8>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Extension
impl UnwindSafe for Extension
Blanket Implementations
Mutably borrows from an owned value. Read more