Struct ash::vk::ValveDescriptorSetHostMappingFn
source · pub struct ValveDescriptorSetHostMappingFn {
pub get_descriptor_set_layout_host_mapping_info_valve: PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE,
pub get_descriptor_set_host_mapping_valve: PFN_vkGetDescriptorSetHostMappingVALVE,
}
Fields§
§get_descriptor_set_layout_host_mapping_info_valve: PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE
§get_descriptor_set_host_mapping_valve: PFN_vkGetDescriptorSetHostMappingVALVE
Implementations§
Trait Implementations§
source§impl Clone for ValveDescriptorSetHostMappingFn
impl Clone for ValveDescriptorSetHostMappingFn
source§fn clone(&self) -> ValveDescriptorSetHostMappingFn
fn clone(&self) -> ValveDescriptorSetHostMappingFn
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