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, ) -> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
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>
Source§type Target = QueryPoolPerformanceQueryCreateInfoINTEL
type Target = QueryPoolPerformanceQueryCreateInfoINTEL
The resulting type after dereferencing.
Source§impl<'a> DerefMut for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> DerefMut 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