Struct ash::vk::PerformanceValueINTEL [−][src]
#[repr(C)]pub struct PerformanceValueINTEL { pub ty: PerformanceValueTypeINTEL, pub data: PerformanceValueDataINTEL, }
Expand description
Fields
ty: PerformanceValueTypeINTEL
data: PerformanceValueDataINTEL
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerformanceValueINTEL
impl !Send for PerformanceValueINTEL
impl !Sync for PerformanceValueINTEL
impl Unpin for PerformanceValueINTEL
impl UnwindSafe for PerformanceValueINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more