#[repr(C)]pub struct PhysicalDevicePerStageDescriptorSetFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub per_stage_descriptor_set: Bool32,
pub dynamic_pipeline_layout: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§per_stage_descriptor_set: Bool32
§dynamic_pipeline_layout: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl<'a> PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
pub fn per_stage_descriptor_set(self, per_stage_descriptor_set: bool) -> Self
pub fn dynamic_pipeline_layout(self, dynamic_pipeline_layout: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl<'a> Clone for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
source§fn clone(&self) -> PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
fn clone(&self) -> PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
Returns a copy 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<'a> Debug for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl<'a> Debug for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
source§impl<'a> TaggedStructure for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PER_STAGE_DESCRIPTOR_SET_FEATURES_NV
impl<'a> Copy for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDevicePerStageDescriptorSetFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePerStageDescriptorSetFeaturesNV<'_>
impl Send for PhysicalDevicePerStageDescriptorSetFeaturesNV<'_>
impl Sync for PhysicalDevicePerStageDescriptorSetFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl<'a> Unpin for PhysicalDevicePerStageDescriptorSetFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDevicePerStageDescriptorSetFeaturesNV<'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