Struct ash::vk::PerformanceCounterKHR
source · #[repr(C)]pub struct PerformanceCounterKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub unit: PerformanceCounterUnitKHR,
pub scope: PerformanceCounterScopeKHR,
pub storage: PerformanceCounterStorageKHR,
pub uuid: [u8; 16],
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§unit: PerformanceCounterUnitKHR§scope: PerformanceCounterScopeKHR§storage: PerformanceCounterStorageKHR§uuid: [u8; 16]Implementations§
source§impl PerformanceCounterKHR
impl PerformanceCounterKHR
pub fn builder<'a>() -> PerformanceCounterKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceCounterKHR
impl Clone for PerformanceCounterKHR
source§fn clone(&self) -> PerformanceCounterKHR
fn clone(&self) -> PerformanceCounterKHR
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