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_vkGetPhysicalDeviceWaylandPresentationSupportKHR
Implementations§
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 moreimpl Send for KhrWaylandSurfaceFn
impl Sync for KhrWaylandSurfaceFn
Auto Trait Implementations§
impl Freeze for KhrWaylandSurfaceFn
impl RefUnwindSafe for KhrWaylandSurfaceFn
impl Unpin for KhrWaylandSurfaceFn
impl UnwindSafe for KhrWaylandSurfaceFn
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