Struct gfx::handle::ShaderResourceView []

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

Type-safe Shader Resource View Handle

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

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

This method tests for !=.

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

The raw type behind the phantom.

Crete a new phantom from the raw type.

Get an internal reference to the raw type.