Struct gfx::handle::RawTexture []

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

Raw texture object

Methods

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

Get texture descriptor

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

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

This method tests for !=.