Struct gfx::handle::RawRenderTargetView
[−]
[src]
pub struct RawRenderTargetView<R>(_, _, _) where R: Resources;
Raw RTV
Methods
impl<R> RawRenderTargetView<R> where R: Resources
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>
fn eq(&self, __arg_0: &RawRenderTargetView<R>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RawRenderTargetView<R>) -> bool
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
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl<R> Clone for RawRenderTargetView<R> where R: Resources + Clone, R::RenderTargetView: Clone, R::Texture: Clone
fn clone(&self) -> RawRenderTargetView<R>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more