#[repr(C)]
pub union FWPM_NET_EVENT1_0 {
    pub ikeMmFailure: *mut FWPM_NET_EVENT_IKEEXT_MM_FAILURE1,
    pub ikeQmFailure: *mut FWPM_NET_EVENT_IKEEXT_QM_FAILURE0,
    pub ikeEmFailure: *mut FWPM_NET_EVENT_IKEEXT_EM_FAILURE1,
    pub classifyDrop: *mut FWPM_NET_EVENT_CLASSIFY_DROP1,
    pub ipsecDrop: *mut FWPM_NET_EVENT_IPSEC_KERNEL_DROP0,
    pub idpDrop: *mut FWPM_NET_EVENT_IPSEC_DOSP_DROP0,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform", "Win32_Foundation", "Win32_Security"

Fields

ikeMmFailure: *mut FWPM_NET_EVENT_IKEEXT_MM_FAILURE1ikeQmFailure: *mut FWPM_NET_EVENT_IKEEXT_QM_FAILURE0ikeEmFailure: *mut FWPM_NET_EVENT_IKEEXT_EM_FAILURE1classifyDrop: *mut FWPM_NET_EVENT_CLASSIFY_DROP1ipsecDrop: *mut FWPM_NET_EVENT_IPSEC_KERNEL_DROP0idpDrop: *mut FWPM_NET_EVENT_IPSEC_DOSP_DROP0

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.