Struct ash::vk::KhrWaylandSurfaceFn
source · pub struct KhrWaylandSurfaceFn {
pub create_wayland_surface_khr: PFN_vkCreateWaylandSurfaceKHR,
pub get_physical_device_wayland_presentation_support_khr: PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR,
}Fields§
§create_wayland_surface_khr: PFN_vkCreateWaylandSurfaceKHR§get_physical_device_wayland_presentation_support_khr: PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHRImplementations§
Trait Implementations§
source§impl Clone for KhrWaylandSurfaceFn
impl Clone for KhrWaylandSurfaceFn
source§fn clone(&self) -> KhrWaylandSurfaceFn
fn clone(&self) -> KhrWaylandSurfaceFn
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