Struct gfx::handle::RawTexture [] [src]

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

Raw texture object

Methods

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

fn get_info(&self) -> &Descriptor

Get texture descriptor

Trait Implementations

Derived Implementations

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

fn eq(&self, __arg_0: &RawTexture<R>) -> bool

fn ne(&self, __arg_0: &RawTexture<R>) -> bool

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

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

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

fn clone(&self) -> RawTexture<R>

1.0.0fn clone_from(&mut self, source: &Self)