Struct lava::VkCommandBufferInheritanceInfo[][src]

pub struct VkCommandBufferInheritanceInfo<'a, 'b> {
    pub render_pass: Option<&'a VkRenderPass>,
    pub subpass: usize,
    pub framebuffer: Option<&'b VkFramebuffer>,
    pub occlusion_query_enable: bool,
    pub query_flags: VkQueryControlFlags,
    pub pipeline_statistics: VkQueryPipelineStatisticFlags,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<'a, 'b> !Send for VkCommandBufferInheritanceInfo<'a, 'b>

impl<'a, 'b> !Sync for VkCommandBufferInheritanceInfo<'a, 'b>