Union ash::vk::PipelineExecutableStatisticValueKHR [−][src]
#[repr(C)] pub union PipelineExecutableStatisticValueKHR { pub b32: Bool32, pub i64: i64, pub u64: u64, pub f64: f64, }
Expand description
Fields
b32: Bool32
i64: i64
u64: u64
f64: f64
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for PipelineExecutableStatisticValueKHR
impl Sync for PipelineExecutableStatisticValueKHR
impl Unpin for PipelineExecutableStatisticValueKHR
Blanket Implementations
Mutably borrows from an owned value. Read more