Struct screen_13::prelude::vk::ExtDirectfbSurfaceFn
source · pub struct ExtDirectfbSurfaceFn {
pub create_direct_fb_surface_ext: unsafe extern "system" fn(_: Instance, _: *const DirectFBSurfaceCreateInfoEXT, _: *const AllocationCallbacks, _: *mut SurfaceKHR) -> Result,
pub get_physical_device_direct_fb_presentation_support_ext: unsafe extern "system" fn(_: PhysicalDevice, _: u32, _: *mut c_void) -> u32,
}Fields§
§create_direct_fb_surface_ext: unsafe extern "system" fn(_: Instance, _: *const DirectFBSurfaceCreateInfoEXT, _: *const AllocationCallbacks, _: *mut SurfaceKHR) -> Result§get_physical_device_direct_fb_presentation_support_ext: unsafe extern "system" fn(_: PhysicalDevice, _: u32, _: *mut c_void) -> u32Implementations§
Trait Implementations§
source§impl Clone for ExtDirectfbSurfaceFn
impl Clone for ExtDirectfbSurfaceFn
source§fn clone(&self) -> ExtDirectfbSurfaceFn
fn clone(&self) -> ExtDirectfbSurfaceFn
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