Struct vks::VkPresentInfoKHR [] [src]

#[repr(C)]
pub struct VkPresentInfoKHR { pub sType: VkStructureType, pub pNext: *const c_void, pub waitSemaphoreCount: u32, pub pWaitSemaphores: *const VkSemaphore, pub swapchainCount: u32, pub pSwapchains: *const VkSwapchainKHR, pub pImageIndices: *const u32, pub pResults: *mut VkResult, }

Fields

Trait Implementations

impl Debug for VkPresentInfoKHR
[src]

Formats the value using the given formatter.

impl Copy for VkPresentInfoKHR
[src]

impl Clone for VkPresentInfoKHR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPresentInfoKHR
[src]

Returns the "default value" for a type. Read more