pub struct PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
pub fn performance_counter_query_pools( self, performance_counter_query_pools: bool ) -> Self
pub fn performance_counter_multiple_query_pools( self, performance_counter_multiple_query_pools: bool ) -> Self
sourcepub fn build(self) -> PhysicalDevicePerformanceQueryFeaturesKHR
pub fn build(self) -> PhysicalDevicePerformanceQueryFeaturesKHR
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 PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> Deref for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
source§impl<'a> DerefMut for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> DerefMut for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> !Send for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> !Sync for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> Unpin for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDevicePerformanceQueryFeaturesKHRBuilder<'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