Struct ash::vk::PresentInfoKHR [−][src]
#[repr(C)]pub struct PresentInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub wait_semaphore_count: u32, pub p_wait_semaphores: *const Semaphore, pub swapchain_count: u32, pub p_swapchains: *const SwapchainKHR, pub p_image_indices: *const u32, pub p_results: *mut Result, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidwait_semaphore_count: u32p_wait_semaphores: *const Semaphoreswapchain_count: u32p_swapchains: *const SwapchainKHRp_image_indices: *const u32p_results: *mut ResultImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PresentInfoKHR
impl !Send for PresentInfoKHR
impl !Sync for PresentInfoKHR
impl Unpin for PresentInfoKHR
impl UnwindSafe for PresentInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more