#[repr(C)]pub struct QueryPoolPerformanceQueryCreateInfoINTEL {
pub s_type: StructureType,
pub next: *const c_void,
pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§performance_counters_sampling: QueryPoolSamplingModeINTELTrait Implementations§
Source§impl Cast for QueryPoolPerformanceQueryCreateInfoINTEL
impl Cast for QueryPoolPerformanceQueryCreateInfoINTEL
Source§type Target = QueryPoolPerformanceQueryCreateInfoINTEL
type Target = QueryPoolPerformanceQueryCreateInfoINTEL
The other type this type can be used interchangeably with in FFI.
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
Source§impl HasBuilder<'static> for QueryPoolPerformanceQueryCreateInfoINTEL
impl HasBuilder<'static> for QueryPoolPerformanceQueryCreateInfoINTEL
Source§impl InputChainStruct for QueryPoolPerformanceQueryCreateInfoINTEL
impl InputChainStruct for QueryPoolPerformanceQueryCreateInfoINTEL
Source§const TYPE: StructureType = StructureType::QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL
const TYPE: StructureType = StructureType::QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL
The structure type for this struct type.
Source§fn s_type(&self) -> StructureType
fn s_type(&self) -> StructureType
The structure type for this struct.
Source§impl PartialEq for QueryPoolPerformanceQueryCreateInfoINTEL
impl PartialEq for QueryPoolPerformanceQueryCreateInfoINTEL
Source§fn eq(&self, other: &QueryPoolPerformanceQueryCreateInfoINTEL) -> bool
fn eq(&self, other: &QueryPoolPerformanceQueryCreateInfoINTEL) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for QueryPoolPerformanceQueryCreateInfoINTEL
impl Eq for QueryPoolPerformanceQueryCreateInfoINTEL
impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTEL
impl Send for QueryPoolPerformanceQueryCreateInfoINTEL
impl StructuralPartialEq for QueryPoolPerformanceQueryCreateInfoINTEL
impl Sync for QueryPoolPerformanceQueryCreateInfoINTEL
Auto Trait Implementations§
impl Freeze for QueryPoolPerformanceQueryCreateInfoINTEL
impl RefUnwindSafe for QueryPoolPerformanceQueryCreateInfoINTEL
impl Unpin 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