#[repr(C)]pub struct QueryPoolPerformanceQueryCreateInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}Expand description
VkQueryPoolPerformanceQueryCreateInfoINTEL
Provided by VK_INTEL_performance_query.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL.
p_next: *const c_voidOptional, may be null.
performance_counters_sampling: QueryPoolSamplingModeINTELImplementations§
Source§impl QueryPoolPerformanceQueryCreateInfoINTEL
impl QueryPoolPerformanceQueryCreateInfoINTEL
Sourcepub fn builder<'a>() -> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
pub fn builder<'a>() -> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
Source§fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
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 Default for QueryPoolPerformanceQueryCreateInfoINTEL
impl Default for QueryPoolPerformanceQueryCreateInfoINTEL
Source§fn default() -> QueryPoolPerformanceQueryCreateInfoINTEL
fn default() -> QueryPoolPerformanceQueryCreateInfoINTEL
Returns the “default value” for a type. Read more
impl Copy for QueryPoolPerformanceQueryCreateInfoINTEL
impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTEL
Auto Trait Implementations§
impl Freeze for QueryPoolPerformanceQueryCreateInfoINTEL
impl RefUnwindSafe for QueryPoolPerformanceQueryCreateInfoINTEL
impl !Send for QueryPoolPerformanceQueryCreateInfoINTEL
impl !Sync for QueryPoolPerformanceQueryCreateInfoINTEL
impl Unpin for QueryPoolPerformanceQueryCreateInfoINTEL
impl UnsafeUnpin for QueryPoolPerformanceQueryCreateInfoINTEL
impl UnwindSafe for QueryPoolPerformanceQueryCreateInfoINTEL
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