#[repr(C)]
pub struct FWPM_NET_EVENT_IKEEXT_EM_FAILURE1 {
Show 16 fields pub failureErrorCode: u32, pub failurePoint: IPSEC_FAILURE_POINT, pub flags: u32, pub emState: IKEEXT_EM_SA_STATE, pub saRole: IKEEXT_SA_ROLE, pub emAuthMethod: IKEEXT_AUTHENTICATION_METHOD_TYPE, pub endCertHash: [u8; 20], pub mmId: u64, pub qmFilterId: u64, pub localPrincipalNameForAuth: PWSTR, pub remotePrincipalNameForAuth: PWSTR, pub numLocalPrincipalGroupSids: u32, pub localPrincipalGroupSids: *mut PWSTR, pub numRemotePrincipalGroupSids: u32, pub remotePrincipalGroupSids: *mut PWSTR, pub saTrafficType: IPSEC_TRAFFIC_TYPE,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform"

Fields

failureErrorCode: u32failurePoint: IPSEC_FAILURE_POINTflags: u32emState: IKEEXT_EM_SA_STATEsaRole: IKEEXT_SA_ROLEemAuthMethod: IKEEXT_AUTHENTICATION_METHOD_TYPEendCertHash: [u8; 20]mmId: u64qmFilterId: u64localPrincipalNameForAuth: PWSTRremotePrincipalNameForAuth: PWSTRnumLocalPrincipalGroupSids: u32localPrincipalGroupSids: *mut PWSTRnumRemotePrincipalGroupSids: u32remotePrincipalGroupSids: *mut PWSTRsaTrafficType: IPSEC_TRAFFIC_TYPE

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.