pub type MutableDescriptorTypeCreateInfoVALVE<'a> = MutableDescriptorTypeCreateInfoEXT<'a>;Aliased Type§
#[repr(C)]pub 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 ()>