Struct ash::vk::InitializePerformanceApiInfoINTEL  
source · #[repr(C)]pub struct InitializePerformanceApiInfoINTEL {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub p_user_data: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§p_user_data: *mut c_voidImplementations§
source§impl InitializePerformanceApiInfoINTEL
 
impl InitializePerformanceApiInfoINTEL
pub fn builder<'a>() -> InitializePerformanceApiInfoINTELBuilder<'a>
Trait Implementations§
source§impl Clone for InitializePerformanceApiInfoINTEL
 
impl Clone for InitializePerformanceApiInfoINTEL
source§fn clone(&self) -> InitializePerformanceApiInfoINTEL
 
fn clone(&self) -> InitializePerformanceApiInfoINTEL
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