pub struct DepthTarget(pub TextureViewId);Expand description
Depth render target for the current frame.
Tuple Fields§
§0: TextureViewIdTrait Implementations§
Source§impl Clone for DepthTarget
impl Clone for DepthTarget
Source§fn clone(&self) -> DepthTarget
fn clone(&self) -> DepthTarget
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 moreSource§impl Debug for DepthTarget
impl Debug for DepthTarget
impl Copy for DepthTarget
Auto Trait Implementations§
impl Freeze for DepthTarget
impl RefUnwindSafe for DepthTarget
impl Send for DepthTarget
impl Sync for DepthTarget
impl Unpin for DepthTarget
impl UnwindSafe for DepthTarget
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