#[repr(C)]
pub struct IPSEC_SA_BUNDLE1 {
Show 16 fields pub flags: IPSEC_SA_BUNDLE_FLAGS, pub lifetime: IPSEC_SA_LIFETIME0, pub idleTimeoutSeconds: u32, pub ndAllowClearTimeoutSeconds: u32, pub ipsecId: *mut IPSEC_ID0, pub napContext: u32, pub qmSaId: u32, pub numSAs: u32, pub saList: *mut IPSEC_SA0, pub keyModuleState: *mut IPSEC_KEYMODULE_STATE0, pub ipVersion: FWP_IP_VERSION, pub Anonymous: IPSEC_SA_BUNDLE1_0, pub mmSaId: u64, pub pfsGroup: IPSEC_PFS_GROUP, pub saLookupContext: GUID, pub qmFilterId: u64,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform"

Fields

flags: IPSEC_SA_BUNDLE_FLAGSlifetime: IPSEC_SA_LIFETIME0idleTimeoutSeconds: u32ndAllowClearTimeoutSeconds: u32ipsecId: *mut IPSEC_ID0napContext: u32qmSaId: u32numSAs: u32saList: *mut IPSEC_SA0keyModuleState: *mut IPSEC_KEYMODULE_STATE0ipVersion: FWP_IP_VERSIONAnonymous: IPSEC_SA_BUNDLE1_0mmSaId: u64pfsGroup: IPSEC_PFS_GROUPsaLookupContext: GUIDqmFilterId: u64

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.