[−][src]Struct gfx_hal::command::CommandBufferInheritanceInfo
Fields
subpass: Option<Subpass<'a, B>>
framebuffer: Option<&'a B::Framebuffer>
occlusion_query_enable: bool
occlusion_query_flags: ControlFlags
pipeline_statistics: PipelineStatistic
Trait Implementations
impl<'a, B: Debug + Backend> Debug for CommandBufferInheritanceInfo<'a, B> where
B::Framebuffer: Debug,
[src][+]
B::Framebuffer: Debug,
impl<'a, B: Backend> Default for CommandBufferInheritanceInfo<'a, B>
[src][+]
Auto Trait Implementations
impl<'a, B> RefUnwindSafe for CommandBufferInheritanceInfo<'a, B> where
<B as Backend>::Framebuffer: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,
<B as Backend>::Framebuffer: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,
impl<'a, B> Send for CommandBufferInheritanceInfo<'a, B> where
<B as Backend>::Framebuffer: Sync,
<B as Backend>::RenderPass: Sync,
<B as Backend>::Framebuffer: Sync,
<B as Backend>::RenderPass: Sync,
impl<'a, B> Sync for CommandBufferInheritanceInfo<'a, B> where
<B as Backend>::Framebuffer: Sync,
<B as Backend>::RenderPass: Sync,
<B as Backend>::Framebuffer: Sync,
<B as Backend>::RenderPass: Sync,
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,
<B as Backend>::Framebuffer: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,