Struct gfx::handle::RawRenderTargetView []

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

Raw RTV

Methods

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

Get target dimensions

Get the associated texture

Trait Implementations

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

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

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

This method tests for !=.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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

Formats the value using the given formatter.