Struct ash::vk::PerformanceCounterKHR [−][src]
#[repr(C)]pub struct PerformanceCounterKHR { pub s_type: StructureType, pub p_next: *const c_void, pub unit: PerformanceCounterUnitKHR, pub scope: PerformanceCounterScopeKHR, pub storage: PerformanceCounterStorageKHR, pub uuid: [u8; 16], }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
unit: PerformanceCounterUnitKHR
scope: PerformanceCounterScopeKHR
storage: PerformanceCounterStorageKHR
uuid: [u8; 16]
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerformanceCounterKHR
impl !Send for PerformanceCounterKHR
impl !Sync for PerformanceCounterKHR
impl Unpin for PerformanceCounterKHR
impl UnwindSafe for PerformanceCounterKHR
Blanket Implementations
Mutably borrows from an owned value. Read more