Struct netsim_embed::icmp::time_exceeded::TimeExceeded [−][src]
pub struct TimeExceeded { pub icmp_type: IcmpType, pub icmp_code: IcmpCode, pub checksum: u16, pub unused: u32, pub payload: Vec<u8, Global>, }
Represents an “echo request” ICMP packet.
Fields
icmp_type: IcmpType
icmp_code: IcmpCode
checksum: u16
unused: u32
payload: Vec<u8, Global>
Trait Implementations
impl Clone for TimeExceeded
[src]
impl Clone for TimeExceeded
[src]pub fn clone(&self) -> TimeExceeded
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for TimeExceeded
impl RefUnwindSafe for TimeExceeded
impl Send for TimeExceeded
impl Send for TimeExceeded
impl Sync for TimeExceeded
impl Sync for TimeExceeded
impl Unpin for TimeExceeded
impl Unpin for TimeExceeded
impl UnwindSafe for TimeExceeded
impl UnwindSafe for TimeExceeded
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>,