Struct gfx::handle::RawDepthStencilView [] [src]

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

Raw DSV

Methods

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

[src]

Get target dimensions

[src]

Get the associated texture

Trait Implementations

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

[src]

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

1.3.0
[src]

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

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

[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter.

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