Union ash::vk::PerformanceValueDataINTEL [−][src]
#[repr(C)] pub union PerformanceValueDataINTEL { pub value32: u32, pub value64: u64, pub value_float: f32, pub value_bool: Bool32, pub value_string: *const c_char, }
Expand description
Fields
value32: u32
value64: u64
value_float: f32
value_bool: Bool32
value_string: *const c_char
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerformanceValueDataINTEL
impl !Send for PerformanceValueDataINTEL
impl !Sync for PerformanceValueDataINTEL
impl Unpin for PerformanceValueDataINTEL
impl UnwindSafe for PerformanceValueDataINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more