#[repr(C)]
pub union IMAGE_POLICY_ENTRY_0 {
    pub None: *const c_void,
    pub BoolValue: BOOLEAN,
    pub Int8Value: i8,
    pub UInt8Value: u8,
    pub Int16Value: i16,
    pub UInt16Value: u16,
    pub Int32Value: i32,
    pub UInt32Value: u32,
    pub Int64Value: i64,
    pub UInt64Value: u64,
    pub AnsiStringValue: PCSTR,
    pub UnicodeStringValue: PCWSTR,
}
Expand description

Required features: "Win32_System_SystemServices", "Win32_Foundation"

Fields

None: *const c_voidBoolValue: BOOLEANInt8Value: i8UInt8Value: u8Int16Value: i16UInt16Value: u16Int32Value: i32UInt32Value: u32Int64Value: i64UInt64Value: u64AnsiStringValue: PCSTRUnicodeStringValue: PCWSTR

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.