Struct gfx::handle::RawDepthStencilView []

pub struct RawDepthStencilView<R>(_, _, _) where R: Resources;

Raw DSV

Methods

impl<R> RawDepthStencilView<R> where R: Resources

Get target dimensions

Trait Implementations

impl<R> Clone for RawDepthStencilView<R> where R: Resources + Clone, R::DepthStencilView: Clone, R::Texture: Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R> Debug for RawDepthStencilView<R> where R: Resources + Debug, R::DepthStencilView: Debug, R::Texture: Debug

Formats the value using the given formatter.

impl<R> Eq for RawDepthStencilView<R> where R: Resources + Eq, R::DepthStencilView: Eq, R::Texture: Eq

impl<R> Hash for RawDepthStencilView<R> where R: Resources + Hash, R::DepthStencilView: Hash, R::Texture: Hash

impl<R> PartialEq<RawDepthStencilView<R>> for RawDepthStencilView<R> where R: Resources + PartialEq<R>, R::DepthStencilView: PartialEq<R::DepthStencilView>, R::Texture: PartialEq<R::Texture>

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.