#[repr(C)]
pub struct ROUTER_IKEv2_IF_CUSTOM_CONFIG2 { pub dwSaLifeTime: u32, pub dwSaDataSize: u32, pub certificateName: CRYPTOAPI_BLOB, pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0, pub certificateHash: CRYPTOAPI_BLOB, pub dwMmSaLifeTime: u32, pub vpnTrafficSelectors: MPR_VPN_TRAFFIC_SELECTORS, }
Expand description

Required features: "Win32_NetworkManagement_Rras", "Win32_Networking_WinSock", "Win32_Security_Cryptography"

Fields

dwSaLifeTime: u32dwSaDataSize: u32certificateName: CRYPTOAPI_BLOBcustomPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0certificateHash: CRYPTOAPI_BLOBdwMmSaLifeTime: u32vpnTrafficSelectors: MPR_VPN_TRAFFIC_SELECTORS

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.