#[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: StructureTypep_next: *const c_voidperformance_counters_sampling: QueryPoolSamplingModeINTELImplementations
Trait Implementations
sourceimpl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
sourcefn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for QueryPoolPerformanceQueryCreateInfoINTEL
impl Default for QueryPoolPerformanceQueryCreateInfoINTEL
sourcefn 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 RefUnwindSafe for QueryPoolPerformanceQueryCreateInfoINTEL
impl !Send for QueryPoolPerformanceQueryCreateInfoINTEL
impl !Sync for QueryPoolPerformanceQueryCreateInfoINTEL
impl Unpin for QueryPoolPerformanceQueryCreateInfoINTEL
impl UnwindSafe for QueryPoolPerformanceQueryCreateInfoINTEL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more