Struct gfx_core::handle::RawRenderTargetView [] [src]

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

Raw RTV

Methods

impl<R: Resources> RawRenderTargetView<R>
[src]

Get target dimensions

Get the associated texture

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Resources> Debug for RawRenderTargetView<R> where
    R::RenderTargetView: Debug
[src]

Formats the value using the given formatter.

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

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

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

This method tests for !=.