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

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

Typed RTV

Methods

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

[src]

Get target dimensions

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

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

[src]

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

1.0.0
[src]

This method tests for !=.