Struct gfx_core::handle::RawUnorderedAccessView
[−]
[src]
pub struct RawUnorderedAccessView<R: Resources>(_, _);
Raw Unordered Access View Handle
Trait Implementations
impl<R: Clone + Resources> Clone for RawUnorderedAccessView<R> where
R::UnorderedAccessView: Clone, [src]
R::UnorderedAccessView: Clone,
fn clone(&self) -> RawUnorderedAccessView<R>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<R: Debug + Resources> Debug for RawUnorderedAccessView<R> where
R::UnorderedAccessView: Debug, [src]
R::UnorderedAccessView: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<R: Hash + Resources> Hash for RawUnorderedAccessView<R> where
R::UnorderedAccessView: Hash, [src]
R::UnorderedAccessView: Hash,
fn hash<__HR: Hasher>(&self, __arg_0: &mut __HR)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl<R: PartialEq + Resources> PartialEq for RawUnorderedAccessView<R> where
R::UnorderedAccessView: PartialEq, [src]
R::UnorderedAccessView: PartialEq,
fn eq(&self, __arg_0: &RawUnorderedAccessView<R>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RawUnorderedAccessView<R>) -> bool[src]
This method tests for !=.