Union ash::vk::PerformanceCounterResultKHR  
source · #[repr(C)]
pub union PerformanceCounterResultKHR {
    pub int32: i32,
    pub int64: i64,
    pub uint32: u32,
    pub uint64: u64,
    pub float32: f32,
    pub float64: f64,
}Expand description
Fields§
§int32: i32§int64: i64§uint32: u32§uint64: u64§float32: f32§float64: f64Trait Implementations§
source§impl Clone for PerformanceCounterResultKHR
 
impl Clone for PerformanceCounterResultKHR
source§fn clone(&self) -> PerformanceCounterResultKHR
 
fn clone(&self) -> PerformanceCounterResultKHR
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