Union ash::vk::PipelineExecutableStatisticValueKHR
source · #[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§
source§impl Clone for PipelineExecutableStatisticValueKHR
impl Clone for PipelineExecutableStatisticValueKHR
source§fn clone(&self) -> PipelineExecutableStatisticValueKHR
fn clone(&self) -> PipelineExecutableStatisticValueKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more