Struct gfx_core::handle::RawTexture [] [src]

pub struct RawTexture<R: Resources>(_);

Raw texture handle

Methods from Deref<Target = Raw<R>>

Get texture descriptor

Trait Implementations

impl<R: Clone + Resources> Clone for RawTexture<R>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Resources> Debug for RawTexture<R>
[src]

Formats the value using the given formatter.

impl<R: Eq + Resources> Eq for RawTexture<R>
[src]

impl<R: Hash + Resources> Hash for RawTexture<R>
[src]

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

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

impl<R: PartialEq + Resources> PartialEq for RawTexture<R>
[src]

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

This method tests for !=.

impl<R: Resources> Deref for RawTexture<R>
[src]

The resulting type after dereferencing

The method called to dereference a value