#[repr(C)]
pub union FWPM_PROVIDER_CONTEXT3__0 {
Show 13 fields pub keyingPolicy: *mut IPSEC_KEYING_POLICY1, pub ikeQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY2, pub ikeQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY3_, pub authipQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY2, pub authipQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY3_, pub ikeMmPolicy: *mut IKEEXT_POLICY2, pub authIpMmPolicy: *mut IKEEXT_POLICY2, pub dataBuffer: *mut FWP_BYTE_BLOB, pub classifyOptions: *mut FWPM_CLASSIFY_OPTIONS0, pub ikeV2QmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY3_, pub ikeV2QmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY2, pub ikeV2MmPolicy: *mut IKEEXT_POLICY2, pub idpOptions: *mut IPSEC_DOSP_OPTIONS0,
}
Expand description

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

Fields

keyingPolicy: *mut IPSEC_KEYING_POLICY1ikeQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY2ikeQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY3_authipQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY2authipQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY3_ikeMmPolicy: *mut IKEEXT_POLICY2authIpMmPolicy: *mut IKEEXT_POLICY2dataBuffer: *mut FWP_BYTE_BLOBclassifyOptions: *mut FWPM_CLASSIFY_OPTIONS0ikeV2QmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY3_ikeV2QmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY2ikeV2MmPolicy: *mut IKEEXT_POLICY2idpOptions: *mut IPSEC_DOSP_OPTIONS0

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.