#[repr(C)]
pub struct FWPM_NET_EVENT_HEADER0 { pub timeStamp: FILETIME, pub flags: u32, pub ipVersion: FWP_IP_VERSION, pub ipProtocol: u8, pub Anonymous1: FWPM_NET_EVENT_HEADER0_0, pub Anonymous2: FWPM_NET_EVENT_HEADER0_1, pub localPort: u16, pub remotePort: u16, pub scopeId: u32, pub appId: FWP_BYTE_BLOB, pub userId: *mut SID, }
Expand description

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

Fields

timeStamp: FILETIMEflags: u32ipVersion: FWP_IP_VERSIONipProtocol: u8Anonymous1: FWPM_NET_EVENT_HEADER0_0Anonymous2: FWPM_NET_EVENT_HEADER0_1localPort: u16remotePort: u16scopeId: u32appId: FWP_BYTE_BLOBuserId: *mut SID

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.