Struct gfx_core::handle::DepthStencilView [] [src]

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

Typed DSV

Methods

impl<R: Resources, T> DepthStencilView<R, T>
[src]

Get target dimensions

Trait Implementations

impl<R: Clone + Resources, T: Clone> Clone for DepthStencilView<R, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Resources, T: Debug> Debug for DepthStencilView<R, T>
[src]

Formats the value using the given formatter.

impl<R: Eq + Resources, T: Eq> Eq for DepthStencilView<R, T>
[src]

impl<R: Hash + Resources, T: Hash> Hash for DepthStencilView<R, T>
[src]

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

Feeds a slice of this type into the state provided.

impl<R: PartialEq + Resources, T: PartialEq> PartialEq for DepthStencilView<R, T>
[src]

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

This method tests for !=.