#[repr(C)]pub struct PhysicalDeviceDescriptorPoolOverallocationFeaturesNV {
pub s_type: StructureType,
pub next: *mut c_void,
pub descriptor_pool_overallocation: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§descriptor_pool_overallocation: Bool32Trait 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 moreSource§impl PartialEq for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl PartialEq for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
Source§fn eq(
&self,
other: &PhysicalDeviceDescriptorPoolOverallocationFeaturesNV,
) -> bool
fn eq( &self, other: &PhysicalDeviceDescriptorPoolOverallocationFeaturesNV, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl Eq for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl Send for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl StructuralPartialEq for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl Sync for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl RefUnwindSafe for PhysicalDeviceDescriptorPoolOverallocationFeaturesNV
impl Unpin 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