Struct ash::vk::MutableDescriptorTypeListVALVE  
source · #[repr(C)]pub struct MutableDescriptorTypeListVALVE {
    pub descriptor_type_count: u32,
    pub p_descriptor_types: *const DescriptorType,
}Expand description
Fields§
§descriptor_type_count: u32§p_descriptor_types: *const DescriptorTypeImplementations§
source§impl MutableDescriptorTypeListVALVE
 
impl MutableDescriptorTypeListVALVE
pub fn builder<'a>() -> MutableDescriptorTypeListVALVEBuilder<'a>
Trait Implementations§
source§impl Clone for MutableDescriptorTypeListVALVE
 
impl Clone for MutableDescriptorTypeListVALVE
source§fn clone(&self) -> MutableDescriptorTypeListVALVE
 
fn clone(&self) -> MutableDescriptorTypeListVALVE
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