Struct gfx_core::handle::RawRenderTargetView
[−]
[src]
pub struct RawRenderTargetView<R: Resources>(_, _, _);
Raw RTV
Methods
impl<R: Resources> RawRenderTargetView<R>
[src]
fn get_dimensions(&self) -> Dimensions
[−]
Get target dimensions
Trait Implementations
impl<R: PartialEq + Resources> PartialEq for RawRenderTargetView<R> where R::RenderTargetView: PartialEq, R::Texture: PartialEq
[src]
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 + Resources> Hash for RawRenderTargetView<R> where R::RenderTargetView: Hash, R::Texture: Hash
[src]
fn hash<__HR: Hasher>(&self, __arg_0: &mut __HR)
[−]
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0[−]
Feeds a slice of this type into the state provided.
impl<R: Eq + Resources> Eq for RawRenderTargetView<R> where R::RenderTargetView: Eq, R::Texture: Eq
[src]
impl<R: Debug + Resources> Debug for RawRenderTargetView<R> where R::RenderTargetView: Debug, R::Texture: Debug
[src]
impl<R: Clone + Resources> Clone for RawRenderTargetView<R> where R::RenderTargetView: Clone, R::Texture: Clone
[src]
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