Struct screen_13::prelude::vk::PerformanceOverrideInfoINTEL
source · pub struct PerformanceOverrideInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub ty: PerformanceOverrideTypeINTEL,
pub enable: u32,
pub parameter: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§ty: PerformanceOverrideTypeINTEL§enable: u32§parameter: u64Implementations§
source§impl PerformanceOverrideInfoINTEL
impl PerformanceOverrideInfoINTEL
pub fn builder<'a>() -> PerformanceOverrideInfoINTELBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceOverrideInfoINTEL
impl Clone for PerformanceOverrideInfoINTEL
source§fn clone(&self) -> PerformanceOverrideInfoINTEL
fn clone(&self) -> PerformanceOverrideInfoINTEL
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 PerformanceOverrideInfoINTEL
impl Debug for PerformanceOverrideInfoINTEL
source§impl Default for PerformanceOverrideInfoINTEL
impl Default for PerformanceOverrideInfoINTEL
source§fn default() -> PerformanceOverrideInfoINTEL
fn default() -> PerformanceOverrideInfoINTEL
Returns the “default value” for a type. Read more