Struct ash::vk::MutableDescriptorTypeCreateInfoVALVE  
source · #[repr(C)]pub struct MutableDescriptorTypeCreateInfoVALVE {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub mutable_descriptor_type_list_count: u32,
    pub p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListVALVE,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§mutable_descriptor_type_list_count: u32§p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListVALVEImplementations§
source§impl MutableDescriptorTypeCreateInfoVALVE
 
impl MutableDescriptorTypeCreateInfoVALVE
pub fn builder<'a>() -> MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
Trait Implementations§
source§impl Clone for MutableDescriptorTypeCreateInfoVALVE
 
impl Clone for MutableDescriptorTypeCreateInfoVALVE
source§fn clone(&self) -> MutableDescriptorTypeCreateInfoVALVE
 
fn clone(&self) -> MutableDescriptorTypeCreateInfoVALVE
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