pub type PhysicalDeviceMutableDescriptorTypeFeaturesVALVE<'a> = PhysicalDeviceMutableDescriptorTypeFeaturesEXT<'a>;
Aliased Type§
struct PhysicalDeviceMutableDescriptorTypeFeaturesVALVE<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub mutable_descriptor_type: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§mutable_descriptor_type: u32
§_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 more