Struct gfx::handle::RawDepthStencilView []

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

Raw DSV

Methods

impl<R> RawDepthStencilView<R> where R: Resources

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

Get target dimensions

Trait Implementations

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

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

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

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

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

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

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

Formats the value using the given formatter.

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

fn clone(&self) -> RawDepthStencilView<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