Struct ash::vk::MvkIosSurfaceFn [−][src]
pub struct MvkIosSurfaceFn { pub create_ios_surface_mvk: extern "system" fn(instance: Instance, p_create_info: *const IOSSurfaceCreateInfoMVK, p_allocator: *const AllocationCallbacks, p_surface: *mut SurfaceKHR) -> Result, }
Fields
create_ios_surface_mvk: extern "system" fn(instance: Instance, p_create_info: *const IOSSurfaceCreateInfoMVK, p_allocator: *const AllocationCallbacks, p_surface: *mut SurfaceKHR) -> Result
Implementations
pub unsafe fn create_ios_surface_mvk(
&self,
instance: Instance,
p_create_info: *const IOSSurfaceCreateInfoMVK,
p_allocator: *const AllocationCallbacks,
p_surface: *mut SurfaceKHR
) -> Result
pub unsafe fn create_ios_surface_mvk(
&self,
instance: Instance,
p_create_info: *const IOSSurfaceCreateInfoMVK,
p_allocator: *const AllocationCallbacks,
p_surface: *mut SurfaceKHR
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MvkIosSurfaceFn
impl Unpin for MvkIosSurfaceFn
impl UnwindSafe for MvkIosSurfaceFn
Blanket Implementations
Mutably borrows from an owned value. Read more