ash::vk::aliases

Type Alias MutableDescriptorTypeListVALVE

source
pub type MutableDescriptorTypeListVALVE<'a> = MutableDescriptorTypeListEXT<'a>;

Aliased Type§

struct MutableDescriptorTypeListVALVE<'a> {
    pub descriptor_type_count: u32,
    pub p_descriptor_types: *const DescriptorType,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§descriptor_type_count: u32§p_descriptor_types: *const DescriptorType§_marker: PhantomData<&'a ()>

Implementations

source§

impl<'a> MutableDescriptorTypeListEXT<'a>

source

pub fn descriptor_types(self, descriptor_types: &'a [DescriptorType]) -> Self

Trait Implementations

source§

impl<'a> Clone for MutableDescriptorTypeListEXT<'a>

source§

fn clone(&self) -> MutableDescriptorTypeListEXT<'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 MutableDescriptorTypeListEXT<'a>

source§

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

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

impl Default for MutableDescriptorTypeListEXT<'_>

source§

fn default() -> Self

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

impl<'a> Copy for MutableDescriptorTypeListEXT<'a>

source§

impl Send for MutableDescriptorTypeListEXT<'_>

source§

impl Sync for MutableDescriptorTypeListEXT<'_>