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