Struct ash::vk::QueryPoolPerformanceQueryCreateInfoINTEL
source · #[repr(C)]pub struct QueryPoolPerformanceQueryCreateInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§performance_counters_sampling: QueryPoolSamplingModeINTEL
Implementations§
Trait Implementations§
source§impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
source§fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
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 TaggedStructure for QueryPoolPerformanceQueryCreateInfoINTEL
impl TaggedStructure for QueryPoolPerformanceQueryCreateInfoINTEL
const STRUCTURE_TYPE: StructureType = StructureType::QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL
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 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