pub struct CommandBufferInheritanceInfo<'d>(/* private fields */);
Implementations§
Source§impl<'d> CommandBufferInheritanceInfo<'d>
impl<'d> CommandBufferInheritanceInfo<'d>
pub const fn new() -> Self
pub fn of_rendering( render_pass: SubpassRef<'d, impl VkHandle<Handle = VkRenderPass> + ?Sized>, framebuffer: Option<&'d (impl VkHandle<Handle = VkFramebuffer> + ?Sized)>, ) -> Self
pub fn rendering( self, render_pass: SubpassRef<'d, impl VkHandle<Handle = VkRenderPass> + ?Sized>, framebuffer: Option<&'d (impl VkHandle<Handle = VkFramebuffer> + ?Sized)>, ) -> Self
pub const fn occlusion_query(self, q: OcclusionQuery) -> Self
pub const fn pipeline_statistics( self, stats: QueryPipelineStatisticFlags, ) -> Self
Trait Implementations§
Source§impl<'d> Clone for CommandBufferInheritanceInfo<'d>
impl<'d> Clone for CommandBufferInheritanceInfo<'d>
Source§fn clone(&self) -> CommandBufferInheritanceInfo<'d>
fn clone(&self) -> CommandBufferInheritanceInfo<'d>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'d> Freeze for CommandBufferInheritanceInfo<'d>
impl<'d> !RefUnwindSafe for CommandBufferInheritanceInfo<'d>
impl<'d> !Send for CommandBufferInheritanceInfo<'d>
impl<'d> !Sync for CommandBufferInheritanceInfo<'d>
impl<'d> Unpin for CommandBufferInheritanceInfo<'d>
impl<'d> !UnwindSafe for CommandBufferInheritanceInfo<'d>
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