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) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceDescriptorPoolOverallocationFeaturesNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceDescriptorPoolOverallocationFeaturesNV>( self, next: &'a mut T, ) -> Self
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>
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