#[repr(C)]
pub struct FWPM_FILTER0 {
Show 15 fields pub filterKey: GUID, pub displayData: FWPM_DISPLAY_DATA0, pub flags: FWPM_FILTER_FLAGS, pub providerKey: *mut GUID, pub providerData: FWP_BYTE_BLOB, pub layerKey: GUID, pub subLayerKey: GUID, pub weight: FWP_VALUE0, pub numFilterConditions: u32, pub filterCondition: *mut FWPM_FILTER_CONDITION0, pub action: FWPM_ACTION0, pub Anonymous: FWPM_FILTER0_0, pub reserved: *mut GUID, pub filterId: u64, pub effectiveWeight: FWP_VALUE0,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform", "Win32_Foundation", "Win32_Security"

Fields

filterKey: GUIDdisplayData: FWPM_DISPLAY_DATA0flags: FWPM_FILTER_FLAGSproviderKey: *mut GUIDproviderData: FWP_BYTE_BLOBlayerKey: GUIDsubLayerKey: GUIDweight: FWP_VALUE0numFilterConditions: u32filterCondition: *mut FWPM_FILTER_CONDITION0action: FWPM_ACTION0Anonymous: FWPM_FILTER0_0reserved: *mut GUIDfilterId: u64effectiveWeight: FWP_VALUE0

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.