Struct ash::vk::KhrGetSurfaceCapabilities2Fn
source · pub struct KhrGetSurfaceCapabilities2Fn {
pub get_physical_device_surface_capabilities2_khr: PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR,
pub get_physical_device_surface_formats2_khr: PFN_vkGetPhysicalDeviceSurfaceFormats2KHR,
}
Fields§
§get_physical_device_surface_capabilities2_khr: PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR
§get_physical_device_surface_formats2_khr: PFN_vkGetPhysicalDeviceSurfaceFormats2KHR
Implementations§
Trait Implementations§
source§impl Clone for KhrGetSurfaceCapabilities2Fn
impl Clone for KhrGetSurfaceCapabilities2Fn
source§fn clone(&self) -> KhrGetSurfaceCapabilities2Fn
fn clone(&self) -> KhrGetSurfaceCapabilities2Fn
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