Struct gfx_core::handle::DepthStencilView [] [src]

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

Typed DSV

Methods

impl<R: Resources, T> DepthStencilView<R, T>

fn get_dimensions(&self) -> Dimensions

Get target dimensions

Trait Implementations

impl<R: Resources, T> Typed for DepthStencilView<R, T>

type Raw = RawDepthStencilView<R>

fn new(h: RawDepthStencilView<R>) -> DepthStencilView<R, T>

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

Derived Implementations

impl<R: PartialEq + Resources, T: PartialEq> PartialEq for DepthStencilView<R, T>

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

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

impl<R: Hash + Resources, T: Hash> Hash for DepthStencilView<R, T>

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, T: Eq> Eq for DepthStencilView<R, T>

impl<R: Debug + Resources, T: Debug> Debug for DepthStencilView<R, T>

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

impl<R: Clone + Resources, T: Clone> Clone for DepthStencilView<R, T>

fn clone(&self) -> DepthStencilView<R, T>

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