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