Struct pnet_packet::icmpv6::echo_reply::EchoReply [−][src]
pub struct EchoReply {
pub icmpv6_type: Icmpv6Type,
pub icmpv6_code: Icmpv6Code,
pub checksum: u16be,
pub identifier: u16be,
pub sequence_number: u16be,
pub payload: Vec<u8>,
}Expand description
Represents an “echo reply” ICMPv6 packet.
Fields
icmpv6_type: Icmpv6Typeicmpv6_code: Icmpv6Codechecksum: u16beidentifier: u16besequence_number: u16bepayload: Vec<u8>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EchoReply
impl UnwindSafe for EchoReply
Blanket Implementations
Mutably borrows from an owned value. Read more
