Struct ash::vk::types::PresentInfoKHR [] [src]

#[repr(C)]
pub struct PresentInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub wait_semaphore_count: uint32_t, pub p_wait_semaphores: *const Semaphore, pub swapchain_count: uint32_t, pub p_swapchains: *const SwapchainKHR, pub p_image_indices: *const uint32_t, pub p_results: *mut Result, }

Fields

Trait Implementations

impl Debug for PresentInfoKHR
[src]

[src]

Formats the value using the given formatter.

impl Clone for PresentInfoKHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more