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