pub struct RenderPassContinue;
Expand description
Buffers with this usage flag must be secondary buffers executed entirely in render-pass.
Trait Implementations§
Source§impl Clone for RenderPassContinue
impl Clone for RenderPassContinue
Source§fn clone(&self) -> RenderPassContinue
fn clone(&self) -> RenderPassContinue
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 RenderPassContinue
impl Debug for RenderPassContinue
Source§impl Default for RenderPassContinue
impl Default for RenderPassContinue
Source§fn default() -> RenderPassContinue
fn default() -> RenderPassContinue
Returns the “default value” for a type. Read more
Source§impl RenderPassRelation<SecondaryLevel> for RenderPassContinue
impl RenderPassRelation<SecondaryLevel> for RenderPassContinue
Source§fn flags(&self) -> CommandBufferFlags
fn flags(&self) -> CommandBufferFlags
Flags required to begin command buffer.
impl Copy for RenderPassContinue
Auto Trait Implementations§
impl Freeze for RenderPassContinue
impl RefUnwindSafe for RenderPassContinue
impl Send for RenderPassContinue
impl Sync for RenderPassContinue
impl Unpin for RenderPassContinue
impl UnwindSafe for RenderPassContinue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)