pub struct OutsideRenderPass;
Expand description
Primary buffers must has this flag as they cannot has RenderPassContinue
flag.
Secondary buffers with this usage flag cannot be executed as part of render-pass.
Trait Implementations§
Source§impl Clone for OutsideRenderPass
impl Clone for OutsideRenderPass
Source§fn clone(&self) -> OutsideRenderPass
fn clone(&self) -> OutsideRenderPass
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 OutsideRenderPass
impl Debug for OutsideRenderPass
Source§impl Default for OutsideRenderPass
impl Default for OutsideRenderPass
Source§fn default() -> OutsideRenderPass
fn default() -> OutsideRenderPass
Returns the “default value” for a type. Read more
Source§impl<L> RenderPassRelation<L> for OutsideRenderPass
impl<L> RenderPassRelation<L> for OutsideRenderPass
Source§fn flags(&self) -> CommandBufferFlags
fn flags(&self) -> CommandBufferFlags
Flags required to begin command buffer.
impl Copy for OutsideRenderPass
Auto Trait Implementations§
impl Freeze for OutsideRenderPass
impl RefUnwindSafe for OutsideRenderPass
impl Send for OutsideRenderPass
impl Sync for OutsideRenderPass
impl Unpin for OutsideRenderPass
impl UnwindSafe for OutsideRenderPass
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
)