Struct ash::vk::NvxImageViewHandleFn  
source · pub struct NvxImageViewHandleFn {
    pub get_image_view_handle_nvx: PFN_vkGetImageViewHandleNVX,
    pub get_image_view_address_nvx: PFN_vkGetImageViewAddressNVX,
}Fields§
§get_image_view_handle_nvx: PFN_vkGetImageViewHandleNVX§get_image_view_address_nvx: PFN_vkGetImageViewAddressNVXImplementations§
Trait Implementations§
source§impl Clone for NvxImageViewHandleFn
 
impl Clone for NvxImageViewHandleFn
source§fn clone(&self) -> NvxImageViewHandleFn
 
fn clone(&self) -> NvxImageViewHandleFn
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