pub struct RenderPassDepthStencilAttachment { /* private fields */ }Expand description
The depth-stencil portion of a RenderPassDescriptor, used as input to
begin_render_pass / begin_render_pass_to_texture.
Trait Implementations§
Source§impl Clone for RenderPassDepthStencilAttachment
impl Clone for RenderPassDepthStencilAttachment
Source§fn clone(&self) -> RenderPassDepthStencilAttachment
fn clone(&self) -> RenderPassDepthStencilAttachment
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 RenderPassDepthStencilAttachment
impl RefUnwindSafe for RenderPassDepthStencilAttachment
impl Send for RenderPassDepthStencilAttachment
impl Sync for RenderPassDepthStencilAttachment
impl Unpin for RenderPassDepthStencilAttachment
impl UnsafeUnpin for RenderPassDepthStencilAttachment
impl UnwindSafe for RenderPassDepthStencilAttachment
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