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

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

Raw RTV

Methods

impl<R> RawRenderTargetView<R> where R: Resources

Get target dimensions

Trait Implementations

impl<R> PartialEq<RawRenderTargetView<R>> for RawRenderTargetView<R> where R: Resources + PartialEq<R>, R::RenderTargetView: PartialEq<R::RenderTargetView>, R::Texture: PartialEq<R::Texture>

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

This method tests for !=.

impl<R> Hash for RawRenderTargetView<R> where R: Resources + Hash, R::RenderTargetView: Hash, R::Texture: Hash

impl<R> Eq for RawRenderTargetView<R> where R: Resources + Eq, R::RenderTargetView: Eq, R::Texture: Eq

impl<R> Debug for RawRenderTargetView<R> where R: Resources + Debug, R::RenderTargetView: Debug, R::Texture: Debug

Formats the value using the given formatter.

impl<R> Clone for RawRenderTargetView<R> where R: Resources + Clone, R::RenderTargetView: Clone, R::Texture: Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more