Struct ash::vk::DescriptorSetLayoutHostMappingInfoVALVE  
source · #[repr(C)]pub struct DescriptorSetLayoutHostMappingInfoVALVE {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub descriptor_offset: usize,
    pub descriptor_size: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§descriptor_offset: usize§descriptor_size: u32Implementations§
Trait Implementations§
source§impl Clone for DescriptorSetLayoutHostMappingInfoVALVE
 
impl Clone for DescriptorSetLayoutHostMappingInfoVALVE
source§fn clone(&self) -> DescriptorSetLayoutHostMappingInfoVALVE
 
fn clone(&self) -> DescriptorSetLayoutHostMappingInfoVALVE
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