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: bool
§occlusion_query_flags: ControlFlags
§pipeline_statistics: PipelineStatistic
Trait Implementations§
Source§impl<'a, B: Debug + Backend> Debug for CommandBufferInheritanceInfo<'a, B>where
B::Framebuffer: Debug,
impl<'a, B: Debug + Backend> Debug for CommandBufferInheritanceInfo<'a, B>where
B::Framebuffer: Debug,
Auto Trait Implementations§
impl<'a, B> Freeze for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> RefUnwindSafe for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> Send for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> Sync for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> Unpin for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> UnwindSafe for CommandBufferInheritanceInfo<'a, B>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more