#[repr(C)]
pub struct IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1 {
Show 18 fields pub currentActiveMainModes: u32, pub totalMainModesStarted: u32, pub totalSuccessfulMainModes: u32, pub totalFailedMainModes: u32, pub totalResponderMainModes: u32, pub currentNewResponderMainModes: u32, pub currentActiveQuickModes: u32, pub totalQuickModesStarted: u32, pub totalSuccessfulQuickModes: u32, pub totalFailedQuickModes: u32, pub totalAcquires: u32, pub totalReinitAcquires: u32, pub currentActiveExtendedModes: u32, pub totalExtendedModesStarted: u32, pub totalSuccessfulExtendedModes: u32, pub totalFailedExtendedModes: u32, pub totalImpersonationExtendedModes: u32, pub totalImpersonationMainModes: u32,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform"

Fields

currentActiveMainModes: u32totalMainModesStarted: u32totalSuccessfulMainModes: u32totalFailedMainModes: u32totalResponderMainModes: u32currentNewResponderMainModes: u32currentActiveQuickModes: u32totalQuickModesStarted: u32totalSuccessfulQuickModes: u32totalFailedQuickModes: u32totalAcquires: u32totalReinitAcquires: u32currentActiveExtendedModes: u32totalExtendedModesStarted: u32totalSuccessfulExtendedModes: u32totalFailedExtendedModes: u32totalImpersonationExtendedModes: u32totalImpersonationMainModes: u32

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.