Union win_sys::SystemServices::IMAGE_POLICY_ENTRY_0 [−][src]
#[repr(C)]
pub union IMAGE_POLICY_ENTRY_0 {
pub None: *mut 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: PSTR,
pub UnicodeStringValue: PWSTR,
}Fields
None: *mut c_voidBoolValue: BOOLEANInt8Value: i8UInt8Value: u8Int16Value: i16UInt16Value: u16Int32Value: i32UInt32Value: u32Int64Value: i64UInt64Value: u64AnsiStringValue: PSTRUnicodeStringValue: PWSTRTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_POLICY_ENTRY_0
impl !Send for IMAGE_POLICY_ENTRY_0
impl !Sync for IMAGE_POLICY_ENTRY_0
impl Unpin for IMAGE_POLICY_ENTRY_0
impl UnwindSafe for IMAGE_POLICY_ENTRY_0
Blanket Implementations
Mutably borrows from an owned value. Read more