#[repr(C)]
pub union FWPM_PROVIDER_CONTEXT1_0 {
    pub keyingPolicy: *mut IPSEC_KEYING_POLICY0,
    pub ikeQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY1,
    pub ikeQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY1,
    pub authipQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY1,
    pub authipQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY1,
    pub ikeMmPolicy: *mut IKEEXT_POLICY1,
    pub authIpMmPolicy: *mut IKEEXT_POLICY1,
    pub dataBuffer: *mut FWP_BYTE_BLOB,
    pub classifyOptions: *mut FWPM_CLASSIFY_OPTIONS0,
    pub ikeV2QmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY1,
    pub ikeV2MmPolicy: *mut IKEEXT_POLICY1,
    pub idpOptions: *mut IPSEC_DOSP_OPTIONS0,
}
Expand description

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

Fields

keyingPolicy: *mut IPSEC_KEYING_POLICY0ikeQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY1ikeQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY1authipQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY1authipQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY1ikeMmPolicy: *mut IKEEXT_POLICY1authIpMmPolicy: *mut IKEEXT_POLICY1dataBuffer: *mut FWP_BYTE_BLOBclassifyOptions: *mut FWPM_CLASSIFY_OPTIONS0ikeV2QmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY1ikeV2MmPolicy: *mut IKEEXT_POLICY1idpOptions: *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.