Struct ash::vk::CommandBufferInheritanceInfo
source · #[repr(C)]pub struct CommandBufferInheritanceInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub render_pass: RenderPass,
pub subpass: u32,
pub framebuffer: Framebuffer,
pub occlusion_query_enable: Bool32,
pub query_flags: QueryControlFlags,
pub pipeline_statistics: QueryPipelineStatisticFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§render_pass: RenderPass
§subpass: u32
§framebuffer: Framebuffer
§occlusion_query_enable: Bool32
§query_flags: QueryControlFlags
§pipeline_statistics: QueryPipelineStatisticFlags
Implementations§
source§impl CommandBufferInheritanceInfo
impl CommandBufferInheritanceInfo
pub fn builder<'a>() -> CommandBufferInheritanceInfoBuilder<'a>
Trait Implementations§
source§impl Clone for CommandBufferInheritanceInfo
impl Clone for CommandBufferInheritanceInfo
source§fn clone(&self) -> CommandBufferInheritanceInfo
fn clone(&self) -> CommandBufferInheritanceInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CommandBufferInheritanceInfo
impl Debug for CommandBufferInheritanceInfo
source§impl TaggedStructure for CommandBufferInheritanceInfo
impl TaggedStructure for CommandBufferInheritanceInfo
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_INHERITANCE_INFO
impl Copy for CommandBufferInheritanceInfo
Auto Trait Implementations§
impl Freeze for CommandBufferInheritanceInfo
impl RefUnwindSafe for CommandBufferInheritanceInfo
impl !Send for CommandBufferInheritanceInfo
impl !Sync for CommandBufferInheritanceInfo
impl Unpin for CommandBufferInheritanceInfo
impl UnwindSafe for CommandBufferInheritanceInfo
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