Struct vk_sys::CommandBufferInheritanceInfo
source · #[repr(C)]pub struct CommandBufferInheritanceInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub renderPass: RenderPass,
pub subpass: u32,
pub framebuffer: Framebuffer,
pub occlusionQueryEnable: Bool32,
pub queryFlags: QueryControlFlags,
pub pipelineStatistics: QueryPipelineStatisticFlags,
}Fields
sType: StructureTypepNext: *const c_voidrenderPass: RenderPasssubpass: u32framebuffer: FramebufferocclusionQueryEnable: Bool32queryFlags: QueryControlFlagspipelineStatistics: QueryPipelineStatisticFlagsAuto Trait Implementations
impl RefUnwindSafe for CommandBufferInheritanceInfo
impl !Send for CommandBufferInheritanceInfo
impl !Sync for CommandBufferInheritanceInfo
impl Unpin for CommandBufferInheritanceInfo
impl UnwindSafe for CommandBufferInheritanceInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more