#[repr(C)]
pub struct FWPM_NET_EVENT_CLASSIFY_DROP_MAC0 {
Show 19 fields pub localMacAddr: FWP_BYTE_ARRAY6, pub remoteMacAddr: FWP_BYTE_ARRAY6, pub mediaType: u32, pub ifType: u32, pub etherType: u16, pub ndisPortNumber: u32, pub reserved: u32, pub vlanTag: u16, pub ifLuid: u64, pub filterId: u64, pub layerId: u16, pub reauthReason: u32, pub originalProfile: u32, pub currentProfile: u32, pub msFwpDirection: u32, pub isLoopback: BOOL, pub vSwitchId: FWP_BYTE_BLOB, pub vSwitchSourcePort: u32, pub vSwitchDestinationPort: u32,
}
Expand description

Required features: "Win32_NetworkManagement_WindowsFilteringPlatform", "Win32_Foundation"

Fields

localMacAddr: FWP_BYTE_ARRAY6remoteMacAddr: FWP_BYTE_ARRAY6mediaType: u32ifType: u32etherType: u16ndisPortNumber: u32reserved: u32vlanTag: u16ifLuid: u64filterId: u64layerId: u16reauthReason: u32originalProfile: u32currentProfile: u32msFwpDirection: u32isLoopback: BOOLvSwitchId: FWP_BYTE_BLOBvSwitchSourcePort: u32vSwitchDestinationPort: 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.