pub type MutableDescriptorTypeCreateInfoVALVE<'a> = MutableDescriptorTypeCreateInfoEXT<'a>;
Aliased Type§
struct MutableDescriptorTypeCreateInfoVALVE<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mutable_descriptor_type_list_count: u32,
pub p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT<'a>,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§mutable_descriptor_type_list_count: u32
§p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT<'a>
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> MutableDescriptorTypeCreateInfoEXT<'a>
impl<'a> MutableDescriptorTypeCreateInfoEXT<'a>
pub fn mutable_descriptor_type_lists( self, mutable_descriptor_type_lists: &'a [MutableDescriptorTypeListEXT<'a>], ) -> Self
Trait Implementations
Source§impl<'a> Clone for MutableDescriptorTypeCreateInfoEXT<'a>
impl<'a> Clone for MutableDescriptorTypeCreateInfoEXT<'a>
Source§fn clone(&self) -> MutableDescriptorTypeCreateInfoEXT<'a>
fn clone(&self) -> MutableDescriptorTypeCreateInfoEXT<'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