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

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

Typed DSV

Trait Implementations

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

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

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

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

This method tests for !=.

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

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

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl<R: Eq + Resources, T: Eq> Eq for DepthStencilView<R, T>
[src]

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

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

Formats the value using the given formatter.

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

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

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

impl<R: Resources, T> Phantom for DepthStencilView<R, T>
[src]

type Raw = RawDepthStencilView<R>

The raw type behind the phantom.

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

Crete a new phantom from the raw type.

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

Get an internal reference to the raw type.