ash::vk

Type Alias MutableDescriptorTypeCreateInfoVALVE

Source
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>

Source

pub fn mutable_descriptor_type_lists( self, mutable_descriptor_type_lists: &'a [MutableDescriptorTypeListEXT<'a>], ) -> Self

Trait Implementations

Source§

impl<'a> Clone for MutableDescriptorTypeCreateInfoEXT<'a>

Source§

fn clone(&self) -> MutableDescriptorTypeCreateInfoEXT<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for MutableDescriptorTypeCreateInfoEXT<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for MutableDescriptorTypeCreateInfoEXT<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for MutableDescriptorTypeCreateInfoEXT<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_EXT

Source§

impl<'a> Copy for MutableDescriptorTypeCreateInfoEXT<'a>

Source§

impl ExtendsDescriptorPoolCreateInfo for MutableDescriptorTypeCreateInfoEXT<'_>

Source§

impl ExtendsDescriptorSetLayoutCreateInfo for MutableDescriptorTypeCreateInfoEXT<'_>

Source§

impl Send for MutableDescriptorTypeCreateInfoEXT<'_>

Source§

impl Sync for MutableDescriptorTypeCreateInfoEXT<'_>