#[repr(C)]
pub struct FWPM_CONNECTION0 {
Show 14 fields pub connectionId: u64, pub ipVersion: FWP_IP_VERSION, pub Anonymous1: FWPM_CONNECTION0_0, pub Anonymous2: FWPM_CONNECTION0_1, pub providerKey: *mut GUID, pub ipsecTrafficModeType: IPSEC_TRAFFIC_TYPE, pub keyModuleType: IKEEXT_KEY_MODULE_TYPE, pub mmCrypto: IKEEXT_PROPOSAL0, pub mmPeer: IKEEXT_CREDENTIAL2, pub emPeer: IKEEXT_CREDENTIAL2, pub bytesTransferredIn: u64, pub bytesTransferredOut: u64, pub bytesTransferredTotal: u64, pub startSysTime: FILETIME,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform", "Win32_Foundation"

Fields

connectionId: u64ipVersion: FWP_IP_VERSIONAnonymous1: FWPM_CONNECTION0_0Anonymous2: FWPM_CONNECTION0_1providerKey: *mut GUIDipsecTrafficModeType: IPSEC_TRAFFIC_TYPEkeyModuleType: IKEEXT_KEY_MODULE_TYPEmmCrypto: IKEEXT_PROPOSAL0mmPeer: IKEEXT_CREDENTIAL2emPeer: IKEEXT_CREDENTIAL2bytesTransferredIn: u64bytesTransferredOut: u64bytesTransferredTotal: u64startSysTime: FILETIME

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.