#[repr(C)]pub struct PhysicalDeviceDescriptorPoolOverallocationFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_pool_overallocation: u32,
}Expand description
VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV
Provided by VK_NV_descriptor_pool_overallocation.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_POOL_OVERALLOCATION_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
descriptor_pool_overallocation: u32Implementations§
Source§impl PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDescriptorPoolOverallocationFeaturesNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl Clone for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
fn clone(&self) -> PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl RefUnwindSafe for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl !Send for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl !Sync for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl Unpin for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl UnsafeUnpin for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl UnwindSafe for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
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