Struct gfx_core::handle::RawRenderTargetView
[−]
[src]
pub struct RawRenderTargetView<R: Resources>(_, _, _);
Raw RTV
Methods
impl<R: Resources> RawRenderTargetView<R>
[src]
pub fn get_dimensions(&self) -> Dimensions
[src]
Get target dimensions
pub fn get_texture(&self) -> &RawTexture<R>
[src]
Get the associated texture
Trait Implementations
impl<R: Clone + Resources> Clone for RawRenderTargetView<R> where
R::RenderTargetView: Clone,
[src]
R::RenderTargetView: Clone,
fn clone(&self) -> RawRenderTargetView<R>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<R: Debug + Resources> Debug for RawRenderTargetView<R> where
R::RenderTargetView: Debug,
[src]
R::RenderTargetView: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<R: Eq + Resources> Eq for RawRenderTargetView<R> where
R::RenderTargetView: Eq,
[src]
R::RenderTargetView: Eq,
impl<R: Hash + Resources> Hash for RawRenderTargetView<R> where
R::RenderTargetView: Hash,
[src]
R::RenderTargetView: Hash,
fn hash<__HR: Hasher>(&self, __arg_0: &mut __HR)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<R: PartialEq + Resources> PartialEq for RawRenderTargetView<R> where
R::RenderTargetView: PartialEq,
[src]
R::RenderTargetView: PartialEq,
fn eq(&self, __arg_0: &RawRenderTargetView<R>) -> bool
[src]
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
[src]
This method tests for !=
.