#[repr(C)]
pub struct IPSEC_DOSP_OPTIONS0 {
Show 22 fields pub stateIdleTimeoutSeconds: u32, pub perIPRateLimitQueueIdleTimeoutSeconds: u32, pub ipV6IPsecUnauthDscp: u8, pub ipV6IPsecUnauthRateLimitBytesPerSec: u32, pub ipV6IPsecUnauthPerIPRateLimitBytesPerSec: u32, pub ipV6IPsecAuthDscp: u8, pub ipV6IPsecAuthRateLimitBytesPerSec: u32, pub icmpV6Dscp: u8, pub icmpV6RateLimitBytesPerSec: u32, pub ipV6FilterExemptDscp: u8, pub ipV6FilterExemptRateLimitBytesPerSec: u32, pub defBlockExemptDscp: u8, pub defBlockExemptRateLimitBytesPerSec: u32, pub maxStateEntries: u32, pub maxPerIPRateLimitQueues: u32, pub flags: IPSEC_DOSP_FLAGS, pub numPublicIFLuids: u32, pub publicIFLuids: *mut u64, pub numInternalIFLuids: u32, pub internalIFLuids: *mut u64, pub publicV6AddrMask: FWP_V6_ADDR_AND_MASK, pub internalV6AddrMask: FWP_V6_ADDR_AND_MASK,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform"

Fields

stateIdleTimeoutSeconds: u32perIPRateLimitQueueIdleTimeoutSeconds: u32ipV6IPsecUnauthDscp: u8ipV6IPsecUnauthRateLimitBytesPerSec: u32ipV6IPsecUnauthPerIPRateLimitBytesPerSec: u32ipV6IPsecAuthDscp: u8ipV6IPsecAuthRateLimitBytesPerSec: u32icmpV6Dscp: u8icmpV6RateLimitBytesPerSec: u32ipV6FilterExemptDscp: u8ipV6FilterExemptRateLimitBytesPerSec: u32defBlockExemptDscp: u8defBlockExemptRateLimitBytesPerSec: u32maxStateEntries: u32maxPerIPRateLimitQueues: u32flags: IPSEC_DOSP_FLAGSnumPublicIFLuids: u32publicIFLuids: *mut u64numInternalIFLuids: u32internalIFLuids: *mut u64publicV6AddrMask: FWP_V6_ADDR_AND_MASKinternalV6AddrMask: FWP_V6_ADDR_AND_MASK

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.