Struct ash::vk::QueryPoolPerformanceQueryCreateInfoINTEL  
source · #[repr(C)]pub struct QueryPoolPerformanceQueryCreateInfoINTEL {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§performance_counters_sampling: QueryPoolSamplingModeINTELImplementations§
Trait Implementations§
source§impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
 
impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
source§fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
 
fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
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