Struct lava::VkCommandBufferInheritanceInfo [−][src]
pub struct VkCommandBufferInheritanceInfo<'a, 'b> {
pub render_pass: Option<&'a VkRenderPass>,
pub subpass: usize,
pub framebuffer: Option<&'b VkFramebuffer>,
pub occlusion_query_enable: bool,
pub query_flags: VkQueryControlFlags,
pub pipeline_statistics: VkQueryPipelineStatisticFlags,
}Fields
render_pass: Option<&'a VkRenderPass>
subpass: usize
framebuffer: Option<&'b VkFramebuffer>
occlusion_query_enable: bool
query_flags: VkQueryControlFlags
pipeline_statistics: VkQueryPipelineStatisticFlags
Trait Implementations
impl<'a, 'b> Debug for VkCommandBufferInheritanceInfo<'a, 'b>[src]
impl<'a, 'b> Debug for VkCommandBufferInheritanceInfo<'a, 'b>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a, 'b> Clone for VkCommandBufferInheritanceInfo<'a, 'b>[src]
impl<'a, 'b> Clone for VkCommandBufferInheritanceInfo<'a, 'b>fn clone(&self) -> VkCommandBufferInheritanceInfo<'a, 'b>[src]
fn clone(&self) -> VkCommandBufferInheritanceInfo<'a, 'b>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for VkCommandBufferInheritanceInfo<'static, 'static>[src]
impl Default for VkCommandBufferInheritanceInfo<'static, 'static>fn default() -> VkCommandBufferInheritanceInfo<'static, 'static>[src]
fn default() -> VkCommandBufferInheritanceInfo<'static, 'static>Returns the "default value" for a type. Read more
Auto Trait Implementations
impl<'a, 'b> !Send for VkCommandBufferInheritanceInfo<'a, 'b>
impl<'a, 'b> !Send for VkCommandBufferInheritanceInfo<'a, 'b>impl<'a, 'b> !Sync for VkCommandBufferInheritanceInfo<'a, 'b>
impl<'a, 'b> !Sync for VkCommandBufferInheritanceInfo<'a, 'b>