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 moreimpl Send for ValveDescriptorSetHostMappingFn
impl Sync for ValveDescriptorSetHostMappingFn
Auto Trait Implementations§
impl Freeze for ValveDescriptorSetHostMappingFn
impl RefUnwindSafe for ValveDescriptorSetHostMappingFn
impl Unpin for ValveDescriptorSetHostMappingFn
impl UnwindSafe for ValveDescriptorSetHostMappingFn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more