Struct dacite::khr_swapchain::PresentInfoKhr [] [src]

pub struct PresentInfoKhr {
    pub wait_semaphores: Option<Vec<Semaphore>>,
    pub swapchains: Vec<SwapchainKhr>,
    pub image_indices: Vec<u32>,
    pub results: Option<Vec<Result<QueuePresentResultKhr, Error>>>,
    pub chain: Option<PresentInfoChainKhr>,
}

Fields

Trait Implementations

impl Debug for PresentInfoKhr
[src]

Formats the value using the given formatter.

impl Clone for PresentInfoKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PresentInfoKhr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.