Struct gfx_hal::command::CommandBufferInheritanceInfo [−][src]
pub struct CommandBufferInheritanceInfo<'a, B: Backend> { pub subpass: Option<Subpass<'a, B>>, pub framebuffer: Option<&'a B::Framebuffer>, pub occlusion_query_enable: bool, pub occlusion_query_flags: ControlFlags, pub pipeline_statistics: PipelineStatistic, }
Fields
subpass: Option<Subpass<'a, B>>framebuffer: Option<&'a B::Framebuffer>occlusion_query_enable: boolocclusion_query_flags: ControlFlagspipeline_statistics: PipelineStatisticTrait Implementations
impl<'a, B: Debug + Backend> Debug for CommandBufferInheritanceInfo<'a, B> where
B::Framebuffer: Debug, [src]
impl<'a, B: Debug + Backend> Debug for CommandBufferInheritanceInfo<'a, B> where
B::Framebuffer: Debug, [src]Auto Trait Implementations
impl<'a, B> RefUnwindSafe for CommandBufferInheritanceInfo<'a, B> where
<B as Backend>::Framebuffer: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,
impl<'a, B> RefUnwindSafe for CommandBufferInheritanceInfo<'a, B> where
<B as Backend>::Framebuffer: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe, impl<'a, B> Send for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> Send for CommandBufferInheritanceInfo<'a, B>impl<'a, B> Sync for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> Sync for CommandBufferInheritanceInfo<'a, B>impl<'a, B> Unpin for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> Unpin for CommandBufferInheritanceInfo<'a, B>impl<'a, B> UnwindSafe for CommandBufferInheritanceInfo<'a, B> where
<B as Backend>::Framebuffer: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,
impl<'a, B> UnwindSafe for CommandBufferInheritanceInfo<'a, B> where
<B as Backend>::Framebuffer: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,