pub struct PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDevicePerformanceQueryPropertiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
impl<'a> PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
pub fn allow_command_buffer_query_copies( self, value: bool, ) -> PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
Trait Implementations§
Source§impl<'a> Deref for PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
impl<'a> Deref for PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
Source§type Target = PhysicalDevicePerformanceQueryPropertiesKHR
type Target = PhysicalDevicePerformanceQueryPropertiesKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
impl<'a> DerefMut for PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
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> UnsafeUnpin 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