Struct gfx::handle::RawRenderTargetView []

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

Raw RTV

Methods

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

fn get_dimensions(&self) -> (u16, u16, u16, AaMode)

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>

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

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

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