Struct gfx::handle::RawRenderTargetView [] [src]

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

Raw RTV

Methods

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

[src]

Get target dimensions

[src]

Get the associated texture

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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