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