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