Struct ash::vk::PerformanceCounterDescriptionKHR
source · #[repr(C)]pub struct PerformanceCounterDescriptionKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub flags: PerformanceCounterDescriptionFlagsKHR,
pub name: [c_char; 256],
pub category: [c_char; 256],
pub description: [c_char; 256],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§flags: PerformanceCounterDescriptionFlagsKHR
§name: [c_char; 256]
§category: [c_char; 256]
§description: [c_char; 256]
Implementations§
source§impl PerformanceCounterDescriptionKHR
impl PerformanceCounterDescriptionKHR
pub fn builder<'a>() -> PerformanceCounterDescriptionKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceCounterDescriptionKHR
impl Clone for PerformanceCounterDescriptionKHR
source§fn clone(&self) -> PerformanceCounterDescriptionKHR
fn clone(&self) -> PerformanceCounterDescriptionKHR
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