#[repr(C)]
pub struct IKEEXT_SA_DETAILS1 { pub saId: u64, pub keyModuleType: IKEEXT_KEY_MODULE_TYPE, pub ipVersion: FWP_IP_VERSION, pub Anonymous: IKEEXT_SA_DETAILS1_0, pub ikeTraffic: IKEEXT_TRAFFIC0, pub ikeProposal: IKEEXT_PROPOSAL0, pub cookiePair: IKEEXT_COOKIE_PAIR0, pub ikeCredentials: IKEEXT_CREDENTIALS1, pub ikePolicyKey: GUID, pub virtualIfTunnelId: u64, pub correlationKey: FWP_BYTE_BLOB, }
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform"

Fields

saId: u64keyModuleType: IKEEXT_KEY_MODULE_TYPEipVersion: FWP_IP_VERSIONAnonymous: IKEEXT_SA_DETAILS1_0ikeTraffic: IKEEXT_TRAFFIC0ikeProposal: IKEEXT_PROPOSAL0cookiePair: IKEEXT_COOKIE_PAIR0ikeCredentials: IKEEXT_CREDENTIALS1ikePolicyKey: GUIDvirtualIfTunnelId: u64correlationKey: FWP_BYTE_BLOB

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.