#[repr(C)]
pub struct FWPM_FILTER_ENUM_TEMPLATE0 { pub providerKey: *mut GUID, pub layerKey: GUID, pub enumType: FWP_FILTER_ENUM_TYPE, pub flags: u32, pub providerContextTemplate: *mut FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0, pub numFilterConditions: u32, pub filterCondition: *mut FWPM_FILTER_CONDITION0, pub actionMask: u32, pub calloutKey: *mut GUID, }
Expand description

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

Fields

providerKey: *mut GUIDlayerKey: GUIDenumType: FWP_FILTER_ENUM_TYPEflags: u32providerContextTemplate: *mut FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0numFilterConditions: u32filterCondition: *mut FWPM_FILTER_CONDITION0actionMask: u32calloutKey: *mut GUID

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.