Struct gfx_core::handle::ShaderResourceView [] [src]

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

Type-safe Shader Resource View Handle

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

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

[src]

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

[src]

This method tests for !=.

impl<R: Resources, T> Typed for ShaderResourceView<R, T>
[src]

The raw type behind the phantom.

[src]

Crete a new phantom from the raw type.

[src]

Get an internal reference to the raw type.