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