Struct netsim_embed::ipv6::Fragment [−][src]
pub struct Fragment { pub next_header: IpNextHeaderProtocol, pub reserved: u8, pub fragment_offset_with_flags: u16, pub id: u32, pub payload: Vec<u8, Global>, }
Represents an IPv6 Fragment Extension.
Fields
next_header: IpNextHeaderProtocol
reserved: u8
fragment_offset_with_flags: u16
id: u32
payload: Vec<u8, Global>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fragment
impl RefUnwindSafe for Fragment
impl UnwindSafe for Fragment
impl UnwindSafe for Fragment
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,