pub struct QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
pub fn performance_counters_sampling( self, performance_counters_sampling: QueryPoolSamplingModeINTEL ) -> Self
sourcepub fn build(self) -> QueryPoolPerformanceQueryCreateInfoINTEL
pub fn build(self) -> QueryPoolPerformanceQueryCreateInfoINTEL
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> Deref for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
source§impl<'a> DerefMut for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> DerefMut for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'_>
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> 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