Struct dacite::core::SubmitInfo [] [src]

pub struct SubmitInfo {
    pub wait_semaphores: Option<Vec<Semaphore>>,
    pub wait_dst_stage_mask: Option<Vec<PipelineStageFlags>>,
    pub command_buffers: Option<Vec<CommandBuffer>>,
    pub signal_semaphores: Option<Vec<Semaphore>>,
    pub chain: Option<SubmitInfoChain>,
}

Fields

Trait Implementations

impl Debug for SubmitInfo
[src]

Formats the value using the given formatter.

impl Clone for SubmitInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SubmitInfo
[src]

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

This method tests for !=.