pub struct CommandBufferInheritanceInfo<'a, B>where
B: Backend,{
pub subpass: Option<Subpass<'a, B>>,
pub framebuffer: Option<&'a <B as Backend>::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 as Backend>::Framebuffer>
§occlusion_query_enable: bool
§occlusion_query_flags: ControlFlags
§pipeline_statistics: PipelineStatistic
Trait Implementations§
Source§impl<'a, B> Debug for CommandBufferInheritanceInfo<'a, B>
impl<'a, B> Debug for CommandBufferInheritanceInfo<'a, B>
Source§impl<'a, B> Default for CommandBufferInheritanceInfo<'a, B>where
B: Backend,
impl<'a, B> Default for CommandBufferInheritanceInfo<'a, B>where
B: Backend,
Source§fn default() -> CommandBufferInheritanceInfo<'a, B>
fn default() -> CommandBufferInheritanceInfo<'a, B>
Returns the “default value” for a type. Read more
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