Struct gfx_core::handle::RawRenderTargetView [] [src]

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

Raw RTV

Methods

impl<R: Resources> RawRenderTargetView<R>

fn get_dimensions(&self) -> Dimensions

Get target dimensions

Trait Implementations

Derived Implementations

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

fn eq(&self, __arg_0: &RawRenderTargetView<R>) -> bool

fn ne(&self, __arg_0: &RawRenderTargetView<R>) -> bool

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

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

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

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

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

fn clone(&self) -> RawRenderTargetView<R>

1.0.0fn clone_from(&mut self, source: &Self)