Struct gfx::handle::RawTexture []

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

Raw texture handle

Methods from Deref<Target=Raw<R>>

Get texture descriptor

Trait Implementations

impl<R> Debug for RawTexture<R> where R: Resources + Debug

Formats the value using the given formatter.

impl<R> PartialEq<RawTexture<R>> for RawTexture<R> where R: Resources + PartialEq<R>

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

This method tests for !=.

impl<R> Deref for RawTexture<R> where R: Resources

impl<R> Hash for RawTexture<R> where R: Resources + Hash

impl<R> Eq for RawTexture<R> where R: Resources + Eq

impl<R> Clone for RawTexture<R> where R: Resources + Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more