Struct gfx_core::texture::Raw [] [src]

pub struct Raw<R: Resources> { /* fields omitted */ }

Untyped texture

Methods

impl<R: Resources> Raw<R>
[src]

Get texture descriptor

Trait Implementations

impl<R: Debug + Resources> Debug for Raw<R> where
    R::Texture: Debug
[src]

Formats the value using the given formatter.

impl<R: Resources + PartialEq> PartialEq for Raw<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 + Eq> Eq for Raw<R>
[src]

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

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

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