#[repr(C)]
pub union FWPM_PROVIDER_CONTEXT0_0 {
    pub keyingPolicy: *mut IPSEC_KEYING_POLICY0,
    pub ikeQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY0,
    pub ikeQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY0,
    pub authipQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY0,
    pub authipQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY0,
    pub ikeMmPolicy: *mut IKEEXT_POLICY0,
    pub authIpMmPolicy: *mut IKEEXT_POLICY0,
    pub dataBuffer: *mut FWP_BYTE_BLOB,
    pub classifyOptions: *mut FWPM_CLASSIFY_OPTIONS0,
}
Expand description

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

Fields

keyingPolicy: *mut IPSEC_KEYING_POLICY0ikeQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY0ikeQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY0authipQmTransportPolicy: *mut IPSEC_TRANSPORT_POLICY0authipQmTunnelPolicy: *mut IPSEC_TUNNEL_POLICY0ikeMmPolicy: *mut IKEEXT_POLICY0authIpMmPolicy: *mut IKEEXT_POLICY0dataBuffer: *mut FWP_BYTE_BLOBclassifyOptions: *mut FWPM_CLASSIFY_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.