Struct ash::vk::PerformanceValueINTEL
source · #[repr(C)]pub struct PerformanceValueINTEL {
pub ty: PerformanceValueTypeINTEL,
pub data: PerformanceValueDataINTEL,
}
Expand description
Fields§
§ty: PerformanceValueTypeINTEL
§data: PerformanceValueDataINTEL
Implementations§
source§impl PerformanceValueINTEL
impl PerformanceValueINTEL
pub fn builder<'a>() -> PerformanceValueINTELBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceValueINTEL
impl Clone for PerformanceValueINTEL
source§fn clone(&self) -> PerformanceValueINTEL
fn clone(&self) -> PerformanceValueINTEL
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 moresource§impl Debug for PerformanceValueINTEL
impl Debug for PerformanceValueINTEL
source§impl Default for PerformanceValueINTEL
impl Default for PerformanceValueINTEL
source§fn default() -> PerformanceValueINTEL
fn default() -> PerformanceValueINTEL
Returns the “default value” for a type. Read more