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