Enum gfx_device_gl::NewTexture [] [src]

pub enum NewTexture {
    Surface(Surface),
    Texture(Texture),
}

Variants

Surface
Texture

Trait Implementations

Derived Implementations

impl Debug for NewTexture

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

impl Hash for NewTexture

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

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

impl Eq for NewTexture

impl PartialEq for NewTexture

fn eq(&self, __arg_0: &NewTexture) -> bool

fn ne(&self, __arg_0: &NewTexture) -> bool

impl Clone for NewTexture

fn clone(&self) -> NewTexture

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

impl Copy for NewTexture