Struct vulkanalia_sys::PresentInfoKHR
source · [−]#[repr(C)]pub struct PresentInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub wait_semaphore_count: u32,
pub wait_semaphores: *const Semaphore,
pub swapchain_count: u32,
pub swapchains: *const SwapchainKHR,
pub image_indices: *const u32,
pub results: *mut Result,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidwait_semaphore_count: u32wait_semaphores: *const Semaphoreswapchain_count: u32swapchains: *const SwapchainKHRimage_indices: *const u32results: *mut ResultTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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