Struct lava::VkRenderPassBeginInfo[][src]

pub struct VkRenderPassBeginInfo<'a, 'b, 'c> {
    pub render_pass: &'a VkRenderPass,
    pub framebuffer: &'b VkFramebuffer,
    pub render_area: VkRect2D,
    pub clear_values: &'c [VkClearValue],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<'a, 'b, 'c> !Send for VkRenderPassBeginInfo<'a, 'b, 'c>

impl<'a, 'b, 'c> !Sync for VkRenderPassBeginInfo<'a, 'b, 'c>