#[repr(C)]pub struct QueryPoolPerformanceQueryCreateInfoINTEL {
pub sType: StructureType,
pub pNext: *const c_void,
pub performanceCountersSampling: QueryPoolSamplingModeINTEL,
}Fields§
§sType: StructureType§pNext: *const c_void§performanceCountersSampling: QueryPoolSamplingModeINTELImplementations§
Source§impl QueryPoolPerformanceQueryCreateInfoINTEL
impl QueryPoolPerformanceQueryCreateInfoINTEL
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *const c_void) -> Self
pub fn performanceCountersSampling( self, performanceCountersSampling: QueryPoolSamplingModeINTEL, ) -> Self
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
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