Struct gfx_core::handle::RawTexture [] [src]

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

Raw texture object

Methods

impl<R: Resources> RawTexture<R>

fn get_info(&self) -> &Descriptor

Get texture descriptor

Trait Implementations

Derived Implementations

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

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

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

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

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

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

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

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

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

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

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