Struct gfx::handle::UnorderedAccessView [] [src]

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

Type-safe Unordered Access View Handle

Trait Implementations

impl<R, T> Typed for UnorderedAccessView<R, T> where
    R: Resources
[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.

impl<R, T> PartialEq<UnorderedAccessView<R, T>> for UnorderedAccessView<R, T> where
    R: Resources + PartialEq<R>,
    T: PartialEq<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, T> Hash for UnorderedAccessView<R, T> where
    R: Resources + Hash,
    T: Hash
[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, T> Debug for UnorderedAccessView<R, T> where
    R: Resources + Debug,
    T: Debug
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more