#[repr(C)]pub struct QueryPoolPerformanceQueryCreateInfoINTEL {
pub sType: StructureType,
pub pNext: *const c_void,
pub performanceCountersSampling: QueryPoolSamplingModeINTEL,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§performanceCountersSampling: QueryPoolSamplingModeINTEL
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 moreimpl Copy 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