Struct dacite::core::CommandBufferInheritanceInfo [] [src]

pub struct CommandBufferInheritanceInfo {
    pub render_pass: Option<RenderPass>,
    pub subpass: u32,
    pub framebuffer: Option<Framebuffer>,
    pub occlusion_query_enable: bool,
    pub query_flags: QueryControlFlags,
    pub pipeline_statistics: QueryPipelineStatisticFlags,
    pub chain: Option<CommandBufferInheritanceInfoChain>,
}

Fields

Trait Implementations

impl Debug for CommandBufferInheritanceInfo
[src]

Formats the value using the given formatter.

impl Clone for CommandBufferInheritanceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CommandBufferInheritanceInfo
[src]

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

This method tests for !=.