#[repr(C)]pub struct CommandBufferInheritanceInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub render_pass: RenderPass,
pub subpass: u32,
pub framebuffer: Framebuffer,
pub occlusion_query_enable: Bool32,
pub query_flags: QueryControlFlags,
pub pipeline_statistics: QueryPipelineStatisticFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidrender_pass: RenderPasssubpass: u32framebuffer: Framebufferocclusion_query_enable: Bool32query_flags: QueryControlFlagspipeline_statistics: QueryPipelineStatisticFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for CommandBufferInheritanceInfo
impl !Sync for CommandBufferInheritanceInfo
impl Unpin for CommandBufferInheritanceInfo
impl UnwindSafe for CommandBufferInheritanceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more