Struct gfx::handle::RenderTargetView [] [src]

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

Typed RTV

Methods

impl<R, T> RenderTargetView<R, T> where
    R: Resources
[src]

Get target dimensions

Trait Implementations

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

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

This method tests for !=.

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

impl<R, T> Hash for RenderTargetView<R, T> where
    R: Resources + 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, T> Debug for RenderTargetView<R, T> where
    R: Resources + Debug
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more