pub struct PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
pub fn descriptor_pool_overallocation( self, value: bool, ) -> PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
Prepend a struct to the pNext chain. See PhysicalDeviceDescriptorPoolOverallocationFeaturesNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
Source§type Target = PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
type Target = PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
The resulting type after dereferencing.
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'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