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) -> Resultget_physical_device_direct_fb_presentation_support_ext: unsafe extern "system" fn(PhysicalDevice, u32, *mut c_void) -> u32Implementations
Trait Implementations
sourceimpl Clone for ExtDirectfbSurfaceFn
impl Clone for ExtDirectfbSurfaceFn
sourcefn clone(&self) -> ExtDirectfbSurfaceFn
fn clone(&self) -> ExtDirectfbSurfaceFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for ExtDirectfbSurfaceFn
impl Sync for ExtDirectfbSurfaceFn
Auto Trait Implementations
impl RefUnwindSafe for ExtDirectfbSurfaceFn
impl Unpin for ExtDirectfbSurfaceFn
impl UnwindSafe for ExtDirectfbSurfaceFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more