#[repr(C)]
pub struct PF_FILTER_DESCRIPTOR {
Show 13 fields pub dwFilterFlags: u32, pub dwRule: u32, pub pfatType: PFADDRESSTYPE, pub SrcAddr: *mut u8, pub SrcMask: *mut u8, pub DstAddr: *mut u8, pub DstMask: *mut u8, pub dwProtocol: u32, pub fLateBound: u32, pub wSrcPort: u16, pub wDstPort: u16, pub wSrcPortHighRange: u16, pub wDstPortHighRange: u16,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper"

Fields

dwFilterFlags: u32dwRule: u32pfatType: PFADDRESSTYPESrcAddr: *mut u8SrcMask: *mut u8DstAddr: *mut u8DstMask: *mut u8dwProtocol: u32fLateBound: u32wSrcPort: u16wDstPort: u16wSrcPortHighRange: u16wDstPortHighRange: u16

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.