Struct ash::vk::PerformanceOverrideInfoINTEL [−][src]
#[repr(C)]pub struct PerformanceOverrideInfoINTEL { pub s_type: StructureType, pub p_next: *const c_void, pub ty: PerformanceOverrideTypeINTEL, pub enable: Bool32, pub parameter: u64, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
ty: PerformanceOverrideTypeINTEL
enable: Bool32
parameter: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PerformanceOverrideInfoINTEL
impl !Sync for PerformanceOverrideInfoINTEL
impl Unpin for PerformanceOverrideInfoINTEL
impl UnwindSafe for PerformanceOverrideInfoINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more