Struct ash::vk::PerformanceCounterDescriptionKHR [−][src]
#[repr(C)]pub struct PerformanceCounterDescriptionKHR { pub s_type: StructureType, pub p_next: *const 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: *const c_void
flags: PerformanceCounterDescriptionFlagsKHR
name: [c_char; 256]
category: [c_char; 256]
description: [c_char; 256]
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PerformanceCounterDescriptionKHR
impl !Sync for PerformanceCounterDescriptionKHR
impl Unpin for PerformanceCounterDescriptionKHR
Blanket Implementations
Mutably borrows from an owned value. Read more