Struct gfx::handle::RawShaderResourceView []

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

Raw Shader Resource View Handle

Trait Implementations

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

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

This method tests for !=.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R> Eq for RawShaderResourceView<R> where R: Resources + Eq, R::ShaderResourceView: Eq

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

Formats the value using the given formatter.

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