#[repr(C)]pub struct PerformanceOverrideInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub type: PerformanceOverrideTypeINTEL,
pub enable: u32,
pub parameter: u64,
}Expand description
VkPerformanceOverrideInfoINTEL
Provided by VK_INTEL_performance_query.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PERFORMANCE_OVERRIDE_INFO_INTEL.
p_next: *const c_voidOptional, may be null.
type: PerformanceOverrideTypeINTEL§enable: u32§parameter: u64Implementations§
Source§impl PerformanceOverrideInfoINTEL
impl PerformanceOverrideInfoINTEL
Sourcepub fn builder<'a>() -> PerformanceOverrideInfoINTELBuilder<'a>
pub fn builder<'a>() -> PerformanceOverrideInfoINTELBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PerformanceOverrideInfoINTEL
impl Clone for PerformanceOverrideInfoINTEL
Source§fn clone(&self) -> PerformanceOverrideInfoINTEL
fn clone(&self) -> PerformanceOverrideInfoINTEL
Returns a duplicate 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
impl Copy for PerformanceOverrideInfoINTEL
Auto Trait Implementations§
impl Freeze for PerformanceOverrideInfoINTEL
impl RefUnwindSafe for PerformanceOverrideInfoINTEL
impl !Send for PerformanceOverrideInfoINTEL
impl !Sync for PerformanceOverrideInfoINTEL
impl Unpin for PerformanceOverrideInfoINTEL
impl UnsafeUnpin for PerformanceOverrideInfoINTEL
impl UnwindSafe for PerformanceOverrideInfoINTEL
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more