Struct glium::texture::unsigned_texture2d::UnsignedTexture2dLayerMipmap [] [src]

pub struct UnsignedTexture2dLayerMipmap<'t>(_, _);

Represents a single layer of a mipmap level of a UnsignedTexture2d.

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedTexture2dLayerMipmap<'t>

fn clone(&self) -> UnsignedTexture2dLayerMipmap<'t>

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

impl<'t> Copy for UnsignedTexture2dLayerMipmap<'t>