Struct gfx_core::handle::RawDepthStencilView [] [src]

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

Raw DSV

Methods

impl<R: Resources> RawDepthStencilView<R>

fn get_dimensions(&self) -> Dimensions

Get target dimensions

Trait Implementations

Derived Implementations

impl<R: PartialEq + Resources> PartialEq for RawDepthStencilView<R> where R::DepthStencilView: PartialEq, R::Texture: PartialEq

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

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

impl<R: Hash + Resources> Hash for RawDepthStencilView<R> where R::DepthStencilView: 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 RawDepthStencilView<R> where R::DepthStencilView: Eq, R::Texture: Eq

impl<R: Debug + Resources> Debug for RawDepthStencilView<R> where R::DepthStencilView: Debug, R::Texture: Debug

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

impl<R: Clone + Resources> Clone for RawDepthStencilView<R> where R::DepthStencilView: Clone, R::Texture: Clone

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

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