#[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: StructureType§pNext: *const c_void§renderPass: RenderPass§subpass: u32§framebuffer: Framebuffer§occlusionQueryEnable: Bool32§queryFlags: QueryControlFlags§pipelineStatistics: QueryPipelineStatisticFlagsAuto 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