#[repr(C)]
pub struct IPSEC_TUNNEL_POLICY1 { pub flags: IPSEC_POLICY_FLAG, pub numIpsecProposals: u32, pub ipsecProposals: *mut IPSEC_PROPOSAL0, pub tunnelEndpoints: IPSEC_TUNNEL_ENDPOINTS1, pub saIdleTimeout: IPSEC_SA_IDLE_TIMEOUT0, pub emPolicy: *mut IKEEXT_EM_POLICY1, }
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform"

Fields

flags: IPSEC_POLICY_FLAGnumIpsecProposals: u32ipsecProposals: *mut IPSEC_PROPOSAL0tunnelEndpoints: IPSEC_TUNNEL_ENDPOINTS1saIdleTimeout: IPSEC_SA_IDLE_TIMEOUT0emPolicy: *mut IKEEXT_EM_POLICY1

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.