Struct windivert_sys::header::WINDIVERT_ICMPHDR [−][src]
#[repr(C)]pub struct WINDIVERT_ICMPHDR {
pub msg_type: u8,
pub msg_code: u8,
// some fields omitted
}Expand description
ICMP header.
For more info, refer to the docs
Fields
msg_type: u8msg_code: u8Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WINDIVERT_ICMPHDR
impl Send for WINDIVERT_ICMPHDR
impl Sync for WINDIVERT_ICMPHDR
impl Unpin for WINDIVERT_ICMPHDR
impl UnwindSafe for WINDIVERT_ICMPHDR
Blanket Implementations
Mutably borrows from an owned value. Read more
