Struct gfx_core::handle::RenderTargetView [] [src]

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

Typed RTV

Methods

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

Get target dimensions

Trait Implementations

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

Formats the value using the given formatter.

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

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

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

This method tests for !=.