Struct ash::vk::types::CommandBufferInheritanceInfo [] [src]

#[repr(C)]
pub struct CommandBufferInheritanceInfo { pub s_type: StructureType, pub p_next: *const c_void, pub render_pass: RenderPass, pub subpass: uint32_t, pub framebuffer: Framebuffer, pub occlusion_query_enable: Bool32, pub query_flags: QueryControlFlags, pub pipeline_statistics: QueryPipelineStatisticFlags, }

Fields

Trait Implementations

impl Debug for CommandBufferInheritanceInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for CommandBufferInheritanceInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more