Struct screen_13::prelude::vk::ValveDescriptorSetHostMappingFn
source · pub struct ValveDescriptorSetHostMappingFn {
pub get_descriptor_set_layout_host_mapping_info_valve: unsafe extern "system" fn(_: Device, _: *const DescriptorSetBindingReferenceVALVE, _: *mut DescriptorSetLayoutHostMappingInfoVALVE),
pub get_descriptor_set_host_mapping_valve: unsafe extern "system" fn(_: Device, _: DescriptorSet, _: *mut *mut c_void),
}Fields§
§get_descriptor_set_layout_host_mapping_info_valve: unsafe extern "system" fn(_: Device, _: *const DescriptorSetBindingReferenceVALVE, _: *mut DescriptorSetLayoutHostMappingInfoVALVE)§get_descriptor_set_host_mapping_valve: unsafe extern "system" fn(_: Device, _: DescriptorSet, _: *mut *mut c_void)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