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> Debug for RawDepthStencilView<R> where R: Resources + Debug,
        R::DepthStencilView: Debug

Formats the value using the given formatter.

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

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

This method tests for !=.

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

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more