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

Trait Implementations

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

impl<R> PartialEq<RawDepthStencilView<R>> for RawDepthStencilView<R> where
    R: Resources + PartialEq<R>,
    <R as Resources>::DepthStencilView: PartialEq<<R as Resources>::DepthStencilView>,
    <R as Resources>::Texture: PartialEq<<R as Resources>::Texture>, 
[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> Hash for RawDepthStencilView<R> where
    R: Resources + Hash,
    <R as Resources>::DepthStencilView: Hash,
    <R as Resources>::Texture: 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> Debug for RawDepthStencilView<R> where
    R: Resources + Debug,
    <R as Resources>::DepthStencilView: Debug,
    <R as Resources>::Texture: Debug
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more