pub struct DepthStencilView<R, T>(/* private fields */)
where
R: Resources;Expand description
Typed DSV
Implementations§
Source§impl<R, T> DepthStencilView<R, T>where
R: Resources,
impl<R, T> DepthStencilView<R, T>where
R: Resources,
Trait Implementations§
Source§impl<R, T> Clone for DepthStencilView<R, T>where
R: Resources,
impl<R, T> Clone for DepthStencilView<R, T>where
R: Resources,
Source§fn clone(&self) -> DepthStencilView<R, T>
fn clone(&self) -> DepthStencilView<R, T>
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<R, T> Debug for DepthStencilView<R, T>where
R: Resources,
impl<R, T> Debug for DepthStencilView<R, T>where
R: Resources,
Source§impl<R, T> Hash for DepthStencilView<R, T>where
R: Resources,
impl<R, T> Hash for DepthStencilView<R, T>where
R: Resources,
Source§impl<R, T> PartialEq for DepthStencilView<R, T>where
R: Resources,
impl<R, T> PartialEq for DepthStencilView<R, T>where
R: Resources,
impl<R, T> Eq for DepthStencilView<R, T>where
R: Resources,
Auto Trait Implementations§
impl<R, T> Freeze for DepthStencilView<R, T>
impl<R, T> RefUnwindSafe for DepthStencilView<R, T>where
T: RefUnwindSafe,
<R as Resources>::DepthStencilView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
impl<R, T> Send for DepthStencilView<R, T>where
T: Send,
impl<R, T> Sync for DepthStencilView<R, T>where
T: Sync,
impl<R, T> Unpin for DepthStencilView<R, T>where
T: Unpin,
impl<R, T> UnwindSafe for DepthStencilView<R, T>where
T: UnwindSafe,
<R as Resources>::DepthStencilView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
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