#[repr(C)]
pub struct IPSEC_DOSP_STATISTICS0 {
Show 18 fields pub totalStateEntriesCreated: u64, pub currentStateEntries: u64, pub totalInboundAllowedIPv6IPsecUnauthPkts: u64, pub totalInboundRatelimitDiscardedIPv6IPsecUnauthPkts: u64, pub totalInboundPerIPRatelimitDiscardedIPv6IPsecUnauthPkts: u64, pub totalInboundOtherDiscardedIPv6IPsecUnauthPkts: u64, pub totalInboundAllowedIPv6IPsecAuthPkts: u64, pub totalInboundRatelimitDiscardedIPv6IPsecAuthPkts: u64, pub totalInboundOtherDiscardedIPv6IPsecAuthPkts: u64, pub totalInboundAllowedICMPv6Pkts: u64, pub totalInboundRatelimitDiscardedICMPv6Pkts: u64, pub totalInboundAllowedIPv6FilterExemptPkts: u64, pub totalInboundRatelimitDiscardedIPv6FilterExemptPkts: u64, pub totalInboundDiscardedIPv6FilterBlockPkts: u64, pub totalInboundAllowedDefBlockExemptPkts: u64, pub totalInboundRatelimitDiscardedDefBlockExemptPkts: u64, pub totalInboundDiscardedDefBlockPkts: u64, pub currentInboundIPv6IPsecUnauthPerIPRateLimitQueues: u64,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform"

Fields

totalStateEntriesCreated: u64currentStateEntries: u64totalInboundAllowedIPv6IPsecUnauthPkts: u64totalInboundRatelimitDiscardedIPv6IPsecUnauthPkts: u64totalInboundPerIPRatelimitDiscardedIPv6IPsecUnauthPkts: u64totalInboundOtherDiscardedIPv6IPsecUnauthPkts: u64totalInboundAllowedIPv6IPsecAuthPkts: u64totalInboundRatelimitDiscardedIPv6IPsecAuthPkts: u64totalInboundOtherDiscardedIPv6IPsecAuthPkts: u64totalInboundAllowedICMPv6Pkts: u64totalInboundRatelimitDiscardedICMPv6Pkts: u64totalInboundAllowedIPv6FilterExemptPkts: u64totalInboundRatelimitDiscardedIPv6FilterExemptPkts: u64totalInboundDiscardedIPv6FilterBlockPkts: u64totalInboundAllowedDefBlockExemptPkts: u64totalInboundRatelimitDiscardedDefBlockExemptPkts: u64totalInboundDiscardedDefBlockPkts: u64currentInboundIPv6IPsecUnauthPerIPRateLimitQueues: 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.