pub struct QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> { /* private fields */ }Expand description
Builder for QueryPoolPerformanceQueryCreateInfoINTEL with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
pub fn performance_counters_sampling( self, value: QueryPoolSamplingModeINTEL, ) -> Self
Sourcepub fn push_next<T: ExtendsQueryPoolPerformanceQueryCreateInfoINTEL>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsQueryPoolPerformanceQueryCreateInfoINTEL>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See QueryPoolPerformanceQueryCreateInfoINTEL’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> Deref for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> RefUnwindSafe for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> !Send for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> !Sync for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> Unpin for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> UnsafeUnpin for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> UnwindSafe for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
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