#[repr(C)]
pub union FWP_CONDITION_VALUE0_0 {
Show 21 fields pub uint8: u8, pub uint16: u16, pub uint32: u32, pub uint64: *mut u64, pub int8: i8, pub int16: i16, pub int32: i32, pub int64: *mut i64, pub float32: f32, pub double64: *mut f64, pub byteArray16: *mut FWP_BYTE_ARRAY16, pub byteBlob: *mut FWP_BYTE_BLOB, pub sid: *mut SID, pub sd: *mut FWP_BYTE_BLOB, pub tokenInformation: *mut FWP_TOKEN_INFORMATION, pub tokenAccessInformation: *mut FWP_BYTE_BLOB, pub unicodeString: PWSTR, pub byteArray6: *mut FWP_BYTE_ARRAY6, pub v4AddrMask: *mut FWP_V4_ADDR_AND_MASK, pub v6AddrMask: *mut FWP_V6_ADDR_AND_MASK, pub rangeValue: *mut FWP_RANGE0,
}
Expand description

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

Fields

uint8: u8uint16: u16uint32: u32uint64: *mut u64int8: i8int16: i16int32: i32int64: *mut i64float32: f32double64: *mut f64byteArray16: *mut FWP_BYTE_ARRAY16byteBlob: *mut FWP_BYTE_BLOBsid: *mut SIDsd: *mut FWP_BYTE_BLOBtokenInformation: *mut FWP_TOKEN_INFORMATIONtokenAccessInformation: *mut FWP_BYTE_BLOBunicodeString: PWSTRbyteArray6: *mut FWP_BYTE_ARRAY6v4AddrMask: *mut FWP_V4_ADDR_AND_MASKv6AddrMask: *mut FWP_V6_ADDR_AND_MASKrangeValue: *mut FWP_RANGE0

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.