Struct gfx::handle::DepthStencilView [] [src]

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

Typed DSV

Methods

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

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

Get target dimensions

Trait Implementations

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

type Raw = RawDepthStencilView<R>

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

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

Derived Implementations

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

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

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

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

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

impl<R, T> Eq for DepthStencilView<R, T> where T: Eq, R: Resources + Eq

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

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

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

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

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