pub struct RenderPassColorAttachment { /* private fields */ }Expand description
The descriptor for a single (color or depth-stencil) render pass
attachment, used as input to begin_render_pass / begin_render_pass_to_texture.
Trait Implementations§
Source§impl Clone for RenderPassColorAttachment
impl Clone for RenderPassColorAttachment
Source§fn clone(&self) -> RenderPassColorAttachment
fn clone(&self) -> RenderPassColorAttachment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for RenderPassColorAttachment
impl RefUnwindSafe for RenderPassColorAttachment
impl Send for RenderPassColorAttachment
impl Sync for RenderPassColorAttachment
impl Unpin for RenderPassColorAttachment
impl UnsafeUnpin for RenderPassColorAttachment
impl UnwindSafe for RenderPassColorAttachment
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