Struct gfx_core::handle::RawDepthStencilView [] [src]

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

Raw DSV

Methods

impl<R: Resources> RawDepthStencilView<R>
[src]

Get target dimensions

Get the associated texture

Trait Implementations

impl<R: Clone + Resources> Clone for RawDepthStencilView<R> where
    R::DepthStencilView: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Resources> Debug for RawDepthStencilView<R> where
    R::DepthStencilView: Debug
[src]

Formats the value using the given formatter.

impl<R: Eq + Resources> Eq for RawDepthStencilView<R> where
    R::DepthStencilView: Eq
[src]

impl<R: Hash + Resources> Hash for RawDepthStencilView<R> where
    R::DepthStencilView: Hash
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<R: PartialEq + Resources> PartialEq for RawDepthStencilView<R> where
    R::DepthStencilView: PartialEq
[src]

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

This method tests for !=.