Struct gfx::device::handle::Texture [] [src]

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

Texture Handle

Methods

impl<R: Resources> Texture<R>

fn get_info(&self) -> &TextureInfo

Get texture info

Trait Implementations

Derived Implementations

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

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

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

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

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

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

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

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

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

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

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