Struct gfx::handle::DepthStencilView []

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

Typed DSV

Methods

impl<R, T> DepthStencilView<R, T> where
    R: Resources

Get target dimensions

Trait Implementations

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

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

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

This method tests for !=.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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

Formats the value using the given formatter.