#[repr(transparent)]pub struct QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
pub fn performance_counters_sampling(
self,
performance_counters_sampling: QueryPoolSamplingModeINTEL
) -> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
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
sourceimpl<'a> Deref for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> Deref for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
type Target = QueryPoolPerformanceQueryCreateInfoINTEL
type Target = QueryPoolPerformanceQueryCreateInfoINTEL
The resulting type after dereferencing.
sourcepub fn deref(
&self
) -> &<QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> as Deref>::Target
pub fn deref(
&self
) -> &<QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> DerefMut for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
sourcepub fn deref_mut(
&mut self
) -> &mut <QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> as Deref>::Target
pub fn deref_mut(
&mut self
) -> &mut <QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTELBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more