Struct lava::VkSubmitInfo[][src]

pub struct VkSubmitInfo<'a, 'b, 'c, 'd> {
    pub wait_semaphores: &'a [VkSemaphore],
    pub wait_dst_stage_mask: &'b [VkPipelineStageFlags],
    pub command_buffers: &'c [VkCommandBuffer],
    pub signal_semaphores: &'d [VkSemaphore],
}

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd> Debug for VkSubmitInfo<'a, 'b, 'c, 'd>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c, 'd> Clone for VkSubmitInfo<'a, 'b, 'c, 'd>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSubmitInfo<'static, 'static, 'static, 'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a, 'b, 'c, 'd> !Send for VkSubmitInfo<'a, 'b, 'c, 'd>

impl<'a, 'b, 'c, 'd> !Sync for VkSubmitInfo<'a, 'b, 'c, 'd>